|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StyledMapType
public class StyledMapType
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(
Creates a styled MapType
with the specified options. |
static StyledMapType |
create(
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 |
---|
protected StyledMapType()
Method Detail |
---|
public static StyledMapType create(styles, StyledMapTypeOptions options)
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
.
public static StyledMapType create(styles)
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |