|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.LoadApi
public class LoadApi
Load Maps javascript v3 api TODO maybe move to the new loading system they have in google apis
Nested Class Summary | |
---|---|
static class |
LoadApi.LoadLibrary
Libraries not loaded by default See Libraries API Doc |
Field Summary | |
---|---|
static String |
API_VERSION
Note: If you use 3, it will take the newest stable available. |
Method Summary | |
---|---|
static void |
go(Runnable onLoad,
ArrayList<LoadApi.LoadLibrary> loadLibraries,
boolean sensor)
loads maps api |
static void |
go(Runnable onLoad,
ArrayList<LoadApi.LoadLibrary> loadLibraries,
boolean sensor,
String otherParams)
loads maps api |
static void |
go(Runnable onLoad,
boolean sensor)
Load Maps javascript v3 api with default libraries. |
static void |
go(Runnable onLoad,
boolean sensor,
String otherParams)
Load Maps javascript v3 api |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String API_VERSION
Method Detail |
---|
public static void go(Runnable onLoad, boolean sensor)
LoadApi.LoadLibrary
onLoad
- - callback on successsensor
- - derive location [true|false]public static void go(Runnable onLoad, ArrayList<LoadApi.LoadLibrary> loadLibraries, boolean sensor)
onLoad
- callback on successloadLibraries
- load additional libraries like geometrysensor
- derive location [true|false]public static void go(Runnable onLoad, boolean sensor, String otherParams)
onLoad
- callback on successsensor
- derive location [true|false]otherParams
- add additional params. like "key=YOUR_API_KEY"public static void go(Runnable onLoad, ArrayList<LoadApi.LoadLibrary> loadLibraries, boolean sensor, String otherParams)
onLoad
- callback on successloadLibraries
- load additional libraries like geometrysensor
- sensor derive location [true|false]otherParams
- add additional params. like "key=YOUR_API_KEY"
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |