-
- All Implemented Interfaces:
public class Camera
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
Camera.RenderMode
* RenderMode - the rendering behavior of the camera in regards to a 2D scene vs a 3D scene Default mode is 2D
public enum
Camera.FollowVehicleMode
* FollowVehicleMode - the various modes for following the vehicle, typically used while navigating
public class
Camera.Region
public class
Camera.Position
-
Field Summary
Fields Modifier and Type Field Description public final static float
DEFAULT_ZOOM_LEVEL
public final static LatLon
DEFAULT_LOCATION
-
Method Summary
Modifier and Type Method Description static Camera.RenderMode
toCameraRenderMode(int renderMode)
-
-
Method Detail
-
toCameraRenderMode
static Camera.RenderMode toCameraRenderMode(int renderMode)
-
-
-
-