com.google.maps.gwt.client
Class MapTypeStyleElementType

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MapTypeStyleElementType

public class MapTypeStyleElementType
extends JavaScriptObject

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

ALL

public static final MapTypeStyleElementType ALL
Apply the rule to all elements of the specified feature.


GEOMETRY

public static final MapTypeStyleElementType GEOMETRY
Apply the rule to the feature's geometry.


LABELS

public static final MapTypeStyleElementType LABELS
Apply the rule to the feature's labels.

Constructor Detail

MapTypeStyleElementType

protected MapTypeStyleElementType()
Protected constructor avoids default public constructor.