com.google.gwt.maps.client.maptypes
Class StyledMapType

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

public class StyledMapType
extends JavaScriptObject

Creates a MapType with a custom style.

See StyledMapType API Doc


Constructor Summary
protected StyledMapType()
          use newInstance();
 
Method Summary
static StyledMapType newInstance(JsArray<MapTypeStyle> styles, StyledMapTypeOptions options)
          Creates a styled MapType with the specified options.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyledMapType

protected StyledMapType()
use newInstance();

Method Detail

newInstance

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

Parameters:
styles -
options -


Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.