public static enum GoogleMapLib.MapComponents extends java.lang.Enum<GoogleMapLib.MapComponents>
Default map controls are LARGE_MAP_CONTROL and MAP_TYPE_CONTROL
| Enum Constant and Description |
|---|
HIERARCHICAL_MAP_TYPE_CONTROL
Nested map control for switching map types.
|
LARGE_MAP_CONTROL
Control with 4 directional buttons, zoom in/out, and zoom slider.
|
LARGE_MAP_CONTROL_3D
Control with 3D controls to pan in 4 directions, zoom in/out, and
zoom slider.
|
MAP_TYPE_CONTROL
Standard control to switch between map types (buttons)
|
MENU_MAP_TYPE_CONTRL
Drop down control for switching between map types
|
NAV_LABEL_CONTROL
Dynamic labeling of current viewport with
nested address components.
|
OVERVIEW_MAP_CONTROL
Collapsable mini map in corner of map.
|
SCALE_CONTROL
Control that displays map scale.
|
SMALL_MAP_CONTROL
Control with 4 directional buttons, zoom in and zoom out
|
SMALL_ZOOM_CONTROL
Control with buttons to zoom in and out
|
SMALL_ZOOM_CONTROL_3D
3d style zoom in/out
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleMapLib.MapComponents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMapLib.MapComponents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleMapLib.MapComponents SMALL_MAP_CONTROL
public static final GoogleMapLib.MapComponents LARGE_MAP_CONTROL
public static final GoogleMapLib.MapComponents SMALL_ZOOM_CONTROL
public static final GoogleMapLib.MapComponents LARGE_MAP_CONTROL_3D
public static final GoogleMapLib.MapComponents SMALL_ZOOM_CONTROL_3D
public static final GoogleMapLib.MapComponents SCALE_CONTROL
public static final GoogleMapLib.MapComponents MAP_TYPE_CONTROL
public static final GoogleMapLib.MapComponents MENU_MAP_TYPE_CONTRL
public static final GoogleMapLib.MapComponents HIERARCHICAL_MAP_TYPE_CONTROL
public static final GoogleMapLib.MapComponents OVERVIEW_MAP_CONTROL
public static final GoogleMapLib.MapComponents NAV_LABEL_CONTROL
public static GoogleMapLib.MapComponents[] values()
for (GoogleMapLib.MapComponents c : GoogleMapLib.MapComponents.values()) System.out.println(c);
public static GoogleMapLib.MapComponents valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null