| Package | Description |
|---|---|
| com.google.gwt.maps.client | |
| com.google.gwt.maps.client.controls |
| Modifier and Type | Method and Description |
|---|---|
static MapTypeId |
MapTypeId.fromValue(String type) |
MapTypeId |
MapWidget.getMapTypeId()
gets
MapTypeId |
MapTypeId |
MapOptions.getMapTypeId()
Get
MapTypeId |
MapTypeId |
MapImpl.getMapTypeId()
gets
MapTypeId |
static MapTypeId |
MapTypeId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeId[] |
MapTypeId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapWidget.setMapTypeId(MapTypeId mapTypeId)
set MapTypeId
|
void |
MapOptions.setMapTypeId(MapTypeId mapTypeId)
The initial Map
MapTypeId. |
void |
MapImpl.setMapTypeId(MapTypeId mapTypeId)
set MapTypeId
|
| Modifier and Type | Method and Description |
|---|---|
MapTypeId[] |
MapTypeControlOptions.getMapTypeIds()
get IDs as
MapTypeId object array |
| Modifier and Type | Method and Description |
|---|---|
void |
MapTypeControlOptions.setMapTypeIds(MapTypeId[] mapTypeIds)
set IDs of map types to show in the control.
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.