public final class CameraPosition
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CameraPosition.Builder
CameraPosition Builder class
|
Modifier and Type | Field and Description |
---|---|
double |
bearing
The angle of the map
|
java.lang.String |
buildingId
Current building ID
|
java.lang.String |
floor
Current floor
|
LatLng |
target
The latitude and longitude location of the map
|
double |
tilt
The tilt angle of the map
|
double |
zoom
Map level
|
public final double bearing
public final LatLng target
public final double tilt
public final double zoom
public final java.lang.String floor
public final java.lang.String buildingId