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

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

Introduction

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

The text is from its open source code.

Constructor

MapWidget
MapWidget(MapOptions options)
create a new Map Widget
MapWidget(MapImpl impl)
reconstruct the mapWidget from jso

Method

LatLngBoundsgetBounds()
Returns the lat/lng bounds of the current viewport.
LatLnggetCenter()
get Center
MapTypeRegistrygetMapTypeRegistry()
gets a registry of MapType instances
MapWidgetnewInstance(MapImpl impl)
Reconstruct the mapWidget from JSO
voidsetCustomMapType(String mapTypeId, StyledMapType styledType)
Set the custom map type into the map's registry
voidsetMapTypeId(MapTypeId mapTypeId)
set MapTypeId
voidsetMapTypeId(String mapTypeId)
set MapTypeId (custom id if not in standard enum)