public class MapTypeId
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
MapTypeId.ArrayProperty |
Modifier and Type | Field and Description |
---|---|
static MapTypeId |
HYBRID
This map type displays a transparent layer of major streets on satellite images.
|
static MapTypeId |
ROADMAP
This map type displays a normal street map.
|
static MapTypeId |
SATELLITE
This map type displays satellite images.
|
static MapTypeId |
TERRAIN
This map type displays maps with physical features such as terrain and vegetation.
|
Constructor and Description |
---|
MapTypeId(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
public static MapTypeId HYBRID
public static MapTypeId ROADMAP
public static MapTypeId SATELLITE
public static MapTypeId TERRAIN