| Package | Description |
|---|---|
| com.google.gwt.maps.client.controls | |
| com.google.gwt.maps.client.maptypes |
| Modifier and Type | Method and Description |
|---|---|
MapTypeStyleFeatureType |
MapTypeStyle.getFeatureType()
get Selects the feature, or group of features, to which a styler should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapTypeStyle.setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
set Selects the feature, or group of features, to which a styler should be applied.
|
| Modifier and Type | Method and Description |
|---|---|
static MapTypeStyleFeatureType |
MapTypeStyleFeatureType.fromValue(String type)
convert a String value to enum Type
|
static MapTypeStyleFeatureType |
MapTypeStyleFeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeStyleFeatureType[] |
MapTypeStyleFeatureType.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.