Package | Description |
---|---|
com.google.gwt.maps.client |
Modifier and Type | Method and Description |
---|---|
static MapOptions |
MapOptions.newInstance()
Create a new Instance of the MapOptions This will also create a defaults
center, mapTypeId and Zoom
|
static MapOptions |
MapOptions.newInstance(boolean withdefaults)
Create a new Instance of the MapOptions
|
Modifier and Type | Method and Description |
---|---|
static MapImpl |
MapImpl.newInstance(Element element,
MapOptions options)
Creates a new map inside of the given HTML container, which is typically
a DIV element.
|
void |
MapImpl.setOptions(MapOptions options)
set MapOptions
|
void |
MapWidget.setOptions(MapOptions options)
set MapOptions
|
Constructor and Description |
---|
MapWidget(MapOptions options)
create a new Map Widget
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.