|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapTypeStyle
public class MapTypeStyle
The
MapTypeStyle
is a collection of selectors and stylers that define how the map
should be styled. Selectors specify what map elements should be
affected and stylers specify how those elements should be modified.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
MapTypeStyle()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static MapTypeStyle |
create()
|
void |
setElementType(MapTypeStyleElementType elementType)
Selects the element type to which a styler should be applied. |
void |
setFeatureType(MapTypeStyleFeatureType featureType)
Selects the feature, or group of features, to which a styler should be applied. |
void |
setStylers(
The style rules to apply to the selectors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapTypeStyle()
Method Detail |
---|
public static final MapTypeStyle create()
public final void setElementType(MapTypeStyleElementType elementType)
elementType
is not specified, the value is assumed to be
'all'
.
public final void setFeatureType(MapTypeStyleFeatureType featureType)
featureType
is not specified, the value is assumed to be
'all'
.
public final void setStylers(stylers)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |