public static enum LoadApi.LoadLibrary extends Enum<LoadApi.LoadLibrary>
Enum Constant and Description |
---|
ADSENSE
allows your Maps API application to include context-sensitive text
ads, allowing you to share in ad revenue for ads shown to your users.
|
DRAWING
provides a graphical interface for users to draw polygons,
rectangles, polylines, circles, and markers on the map.
|
GEOMETRY
geometry includes utility functions for calculating scalar geometric
values (such as distance and area) on the the surface of the earth.
|
PANORAMIO
panoramio contains functionality for adding Panoramio photo layers to
your Maps API application.
|
PLACES
places enables your application to search for businesses, geographic
locations, and points of interest near a given location, or as a user
types.
|
WEATHER
weather contains functionality for adding meterological layers to
your Maps API application.
|
Modifier and Type | Method and Description |
---|---|
static LoadApi.LoadLibrary |
fromValue(String value) |
String |
toString() |
String |
value() |
static LoadApi.LoadLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadApi.LoadLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadApi.LoadLibrary ADSENSE
public static final LoadApi.LoadLibrary DRAWING
public static final LoadApi.LoadLibrary GEOMETRY
public static final LoadApi.LoadLibrary PANORAMIO
public static final LoadApi.LoadLibrary WEATHER
public static final LoadApi.LoadLibrary PLACES
public static LoadApi.LoadLibrary[] values()
for (LoadApi.LoadLibrary c : LoadApi.LoadLibrary.values()) System.out.println(c);
public static LoadApi.LoadLibrary valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static LoadApi.LoadLibrary fromValue(String value)
public String toString()
toString
in class Enum<LoadApi.LoadLibrary>
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.