com.google.gwt.maps.client.maptypes
Class StyledMapType
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.maptypes.StyledMapType
public class StyledMapType
- extends JavaScriptObject
Creates a MapType with a custom style.
See StyledMapType API
Doc
StyledMapType
protected StyledMapType()
- use newInstance();
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.