| Package | Description |
|---|---|
| com.google.gwt.maps.client |
| Modifier and Type | Method and Description |
|---|---|
static LoadApi.Language |
LoadApi.Language.fromValue(String value) |
static LoadApi.Language |
LoadApi.Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadApi.Language[] |
LoadApi.Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LoadApi.go(Runnable onLoad,
ArrayList<LoadApi.LoadLibrary> loadLibraries,
boolean sensor,
LoadApi.Language language)
loads maps api
|
static void |
LoadApi.go(Runnable onLoad,
ArrayList<LoadApi.LoadLibrary> loadLibraries,
boolean sensor,
LoadApi.Language language,
String otherParams)
loads maps api
|
static void |
LoadApi.go(Runnable onLoad,
LoadApi.LoadLibrary[] loadLibraries,
boolean sensor,
LoadApi.Language language)
loads maps api
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.