VisioMove Essential (Android)
1.25.2
|
Represents a camera update that can be applied to the VMEMapView.
An immutable class that aggregates all camera update parameters such as targets, padding, min/max altitude, and heading.
Use the provided constructors to instantiate different types of camera updates. A camera update will update the camera's viewpoint and if necessary will also update the scene so that the viewpoint is focused on the correct building/floor.
Public Member Functions | |
boolean | equals (VMECameraUpdate other) |
Compare current VMECameraUpdate with another. More... | |
List<?> | getTargets () |
VMEViewMode | getViewMode () |
VMECameraHeading | getHeading () |
int | getPaddingTop () |
The padding height (in pixels) between the view's top edge and the camera's bounding box. More... | |
int | getPaddingBottom () |
The padding height (in pixels) between the view's bottom edge and the camera's bounding box. More... | |
int | getPaddingLeft () |
The padding width (in pixels) between the view's left edge and the camera's bounding box. More... | |
int | getPaddingRight () |
The padding width (in pixels) between the view's right edge and the camera's bounding box. More... | |
VMECameraPitch | getPitch () |
The pitch for the camera. More... | |
VMECameraDistanceRange | getDistanceRange () |
The distance range of the camera. More... | |
Static Public Attributes | |
static final String | CAMERA_FOCAL_POINT = "CAMERA_FOCAL_POINT" |
The camera current focal point. More... | |