CameraOptionsFactory
Factory providing methods for convenient creation of the different CameraOptions.
Functions
Returns the CameraOptions that adjust the field of view (in degrees) by the given fieldOfViewBy.
Returns the CameraOptions that set the field of view (in degrees) of the camera.
Returns the CameraOptions that makes the camera looking at the given GeoPoint.
Returns the CameraOptions that make the camera looking at the given GeoPoint at the certain zoom level.
Returns the CameraOptions that make the camera looking at the given GeoBounds at the certain zoom level.
Returns the CameraOptions that moves the camera by the given PointF.
Returns the CameraOptions that rotates the camera (heading) by the given delta.
Returns the CameraOptions that set the heading of the camera.
Returns the CameraOptions that adjust the camera zoom level by the given scaleFactor.
Returns the CameraOptions that adjust the camera zoom level by the given scaleFactor and moves the camera towards the focus.
Returns the CameraOptions that adjust the tilt of the camera by the given delta.
Returns the CameraOptions that set the tilt of the camera.
Returns the CameraOptions that adjust the camera zoom level by the given delta.
Returns the CameraOptions that increase the zoom level step by step.
Returns the CameraOptions that decrease the zoom level step by step.
Returns the CameraOptions that apply the given zoom level on the camera.