new Lat Lng Bounds
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.
You can specify padding, in order to inset the bounding box from the map view's edges. The padding will not persist and impact following camera transformations.
Return
CameraUpdate Final Camera Position
Parameters
Bounds to match Camera position with
Padding added to the bounds
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.
You can specify padding, in order to inset the bounding box from the map view's edges. The padding will not persist and impact following camera transformations.
Return
CameraUpdate Final Camera Position
Parameters
Bounds to match Camera position with
Bearing to take in account when generating the bounds
Tilt to take in account when generating the bounds
Padding added to the bounds
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.
You can specify padding, in order to inset the bounding box from the map view's edges. The padding will not persist and impact following camera transformations.
Return
CameraUpdate Final Camera Position
Parameters
Bounds to base the Camera position out of
Padding left of the bounds
Padding top of the bounds
Padding right of the bounds
Padding bottom of the bounds
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.
You can specify padding, in order to inset the bounding box from the map view's edges. The padding will not persist and impact following camera transformations.
Return
CameraUpdate Final Camera Position
Parameters
Bounds to base the Camera position out of
Bearing to take in account when generating the bounds
Tilt to take in account when generating the bounds
Padding left of the bounds
Padding top of the bounds
Padding right of the bounds
Padding bottom of the bounds