|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapTypeStyleElementType
public class MapTypeStyleElementType
Each
MapTypeStyleElementType
distinguishes between the different representations of a feature.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static MapTypeStyleElementType |
ALL
Apply the rule to all elements of the specified feature. |
static MapTypeStyleElementType |
GEOMETRY
Apply the rule to the feature's geometry. |
static MapTypeStyleElementType |
LABELS
Apply the rule to the feature's labels. |
Constructor Summary | |
---|---|
protected |
MapTypeStyleElementType()
Protected constructor avoids default public constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapTypeStyleElementType ALL
public static final MapTypeStyleElementType GEOMETRY
public static final MapTypeStyleElementType LABELS
Constructor Detail |
---|
protected MapTypeStyleElementType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |