com.google.maps.gwt.client
Class StyledMapType

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

public class StyledMapType
extends JavaScriptObject

Creates a MapType with a custom style. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StyledMapType()
          Protected constructor avoids default public constructor.
 
Method Summary
static StyledMapType create( styles)
          Creates a styled MapType with the specified options.
static StyledMapType create( styles, StyledMapTypeOptions options)
          Creates a styled MapType with the specified options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledMapType

protected StyledMapType()
Protected constructor avoids default public constructor.

Method Detail

create

public static StyledMapType create( styles,
                                   StyledMapTypeOptions options)
Creates a styled MapType with the specified options. The StyledMapType takes an array of MapTypeStyle s, where each MapTypeStyle is applied to the map consecutively. A later MapTypeStyle that applies the same MapTypeStyler s to the same selectors as an earlier MapTypeStyle will override the earlier MapTypeStyle .


create

public static StyledMapType create( styles)
Creates a styled MapType with the specified options. The StyledMapType takes an array of MapTypeStyle s, where each MapTypeStyle is applied to the map consecutively. A later MapTypeStyle that applies the same MapTypeStyler s to the same selectors as an earlier MapTypeStyle will override the earlier MapTypeStyle .