Camera Update Factory
Factory for creating CameraUpdate objects to transform the camera on a map.
Use these methods to create camera updates for OpenMapView.moveCamera and OpenMapView.animateCamera.
Functions
Returns a CameraUpdate that moves the camera to the specified position.
Returns a CameraUpdate that moves the camera to the specified location, preserving the current zoom level.
Returns a CameraUpdate that moves the camera to show the entire bounds.
Returns a CameraUpdate that moves the camera to show the entire bounds in a viewport of the specified dimensions.
Returns a CameraUpdate that moves the camera to the specified location and sets the zoom level.
Returns a CameraUpdate that scrolls the map by the specified pixel amounts.
Returns a CameraUpdate that adjusts the zoom level by the specified amount.
Returns a CameraUpdate that increases the zoom level by 1.
Returns a CameraUpdate that decreases the zoom level by 1.
Returns a CameraUpdate that sets the zoom level to the specified value.