public final class DHXMapTypes
extends java.lang.Object
Types of Google map in MapView
Modifier and Type | Field and Description |
---|---|
static int |
HYBRID
Displays a transparent layer of major streets on satellite images.
|
static int |
ROADMAP
Displays a normal street map.
|
static int |
SATELLITE
Displays satellite images.
|
static int |
TERRAIN
Displays maps with physical features such as terrain and vegetation.
|
Constructor and Description |
---|
DHXMapTypes() |
public static final int HYBRID
public static final int ROADMAP
public static final int SATELLITE
public static final int TERRAIN