|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapOptions | |
---|---|
com.google.gwt.maps.client |
Uses of MapOptions in com.google.gwt.maps.client |
---|
Methods in com.google.gwt.maps.client that return MapOptions | |
---|---|
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 |
Methods in com.google.gwt.maps.client with parameters of type MapOptions | |
---|---|
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 |
MapWidget.setOptions(MapOptions options)
set MapOptions |
void |
MapImpl.setOptions(MapOptions options)
set MapOptions |
Constructors in com.google.gwt.maps.client with parameters of type MapOptions | |
---|---|
MapWidget(MapOptions options)
create a new Map Widget |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |