| Package | Description |
|---|---|
| com.google.gwt.maps.client.controls | |
| com.google.gwt.maps.client.maptypes |
| Modifier and Type | Method and Description |
|---|---|
MapTypeStyleElementType |
MapTypeStyle.getElementType()
get set Selects the element type to which a styler should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapTypeStyle.setElementType(MapTypeStyleElementType mapTypeStyleElementType)
set Selects the element type to which a styler should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
static MapTypeStyleElementType |
MapTypeStyleElementType.fromValue(String type)
convert a String value to enum Type
|
static MapTypeStyleElementType |
MapTypeStyleElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeStyleElementType[] |
MapTypeStyleElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.