|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LoadApi.LoadLibrary>
com.google.gwt.maps.client.LoadApi.LoadLibrary
public static enum LoadApi.LoadLibrary
Libraries not loaded by default
See Libraries API Doc
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String value()
public static LoadApi.LoadLibrary fromValue(String value)
public String toString()
toString in class Enum<LoadApi.LoadLibrary>
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||