Package | Description |
---|---|
com.google.gwt.maps.client |
Modifier and Type | Method and Description |
---|---|
MapImpl |
MapWidget.getJso()
get JavaScriptObject instance.
|
static MapImpl |
MapImpl.newInstance(Element element,
MapOptions options)
Creates a new map inside of the given HTML container, which is typically
a DIV element.
|
Modifier and Type | Method and Description |
---|---|
static MapWidget |
MapWidget.newInstance(MapImpl impl)
Reconstruct the mapWidget from JSO
|
void |
MapWidget.setJso(MapImpl impl)
sets JavaScriptObject instance.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.