Camera Update Factory
Factory for creating CameraUpdate objects.
Types
Functions
Returns a CameraUpdate that moves the camera viewpoint to a particular bearing.
Returns a CameraUpdate that moves the camera to a specified CameraPosition.
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object. This centers the camera on the LatLng object.
Returns a CameraUpdate that transforms the camera such that the specified latitude/longitude bounds are centered on screen at the greatest possible zoom level while maintaining current camera position bearing and tilt values.
Returns a CameraUpdate that transforms the camera such that the specified latitude/longitude bounds are centered on screen at the greatest possible zoom level while using provided bearing and tilt values.
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object, and moves to the given zoom level. Applied padding is going to persist and impact following camera transformations.
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object taking the specified padding into account.
Returns a CameraUpdate that when animated changes the camera padding. Applied padding is going to persist and impact following camera transformations.
Returns a CameraUpdate that moves the camera viewpoint to a particular tilt.
Returns a CameraUpdate that shifts the zoom level of the current camera viewpoint.
Returns a CameraUpdate that zooms in on the map by moving the viewpoint's height closer to the Earth's surface. The zoom increment is 1.0.
Returns a CameraUpdate that zooms out on the map by moving the viewpoint's height farther away from the Earth's surface. The zoom increment is -1.0.
Returns a CameraUpdate that moves the camera viewpoint to a particular zoom level.