public static enum GMap.PropertyKeys extends Enum<GMap.PropertyKeys>
Enum Constant and Description |
---|
center |
disableDefaultUI |
disableDoubleClickZoom |
draggable |
fitBounds |
mapTypeControl |
model |
navigationControl |
onPointClick |
scrollWheel |
streetView |
style |
styleClass |
type |
widgetVar |
zoom |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GMap.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMap.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMap.PropertyKeys widgetVar
public static final GMap.PropertyKeys model
public static final GMap.PropertyKeys style
public static final GMap.PropertyKeys styleClass
public static final GMap.PropertyKeys type
public static final GMap.PropertyKeys center
public static final GMap.PropertyKeys zoom
public static final GMap.PropertyKeys streetView
public static final GMap.PropertyKeys disableDefaultUI
public static final GMap.PropertyKeys navigationControl
public static final GMap.PropertyKeys mapTypeControl
public static final GMap.PropertyKeys draggable
public static final GMap.PropertyKeys disableDoubleClickZoom
public static final GMap.PropertyKeys onPointClick
public static final GMap.PropertyKeys fitBounds
public static final GMap.PropertyKeys scrollWheel
public static GMap.PropertyKeys[] values()
for (GMap.PropertyKeys c : GMap.PropertyKeys.values()) System.out.println(c);
public static GMap.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GMap.PropertyKeys>
Copyright © 2018. All rights reserved.