Java com.google.gwt.maps.client Maps fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client Maps fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client Maps.

The text is from its open source code.

Method

StringgetVersion()
Return the Maps API Version currently loaded.
booleanisBrowserCompatible()
Returns true if the current browser supports the maps API library.
booleanisLoaded()
Check for the availability of the Maps API.
voidloadMapsApi(String key, String version, boolean usingSensor, Runnable onLoad)
Initializes the Maps API using the AjaxLoader.
voidloadMapsApi(String key, String version, boolean usingSensor, AjaxLoaderOptions settings, Runnable onLoad)
Initializes the Maps API using the AjaxLoader.