public class MapTypeStyle extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
MapTypeStyle()
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
|
| Modifier and Type | Method and Description |
|---|---|
MapTypeStyleElementType |
getElementType()
get set Selects the element type to which a styler should be applied.
|
MapTypeStyleFeatureType |
getFeatureType()
get Selects the feature, or group of features, to which a styler should be applied.
|
MapTypeStyler[] |
getStylers() |
static MapTypeStyle |
newInstance()
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
|
void |
setElementType(MapTypeStyleElementType mapTypeStyleElementType)
set Selects the element type to which a styler should be applied.
|
void |
setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
set Selects the feature, or group of features, to which a styler should be applied.
|
void |
setStylers(MapTypeStyler[] stylers) |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringprotected MapTypeStyle()
public static final MapTypeStyle newInstance()
MapTypeStylepublic final void setElementType(MapTypeStyleElementType mapTypeStyleElementType)
mapTypeStyleElementType - MapTypeStyleElementTypepublic final MapTypeStyleElementType getElementType()
MapTypeStyleElementTypepublic final void setFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
mapTypeStyleFeatureType - MapTypeStyleFeatureTypepublic final MapTypeStyleFeatureType getFeatureType()
public final void setStylers(MapTypeStyler[] stylers)
public final MapTypeStyler[] getStylers()
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.