lookAt
Returns the CameraOptions that makes the camera looking at the given GeoPoint.
Return
CameraOptions for the transition.
Parameters
The GeoPoint for the camera position.
See also
to read more about the position attribute.
Returns the CameraOptions that make the camera looking at the given GeoPoint at the certain zoom level.
Return
CameraOptions for the transition.
Parameters
The GeoPoint of the camera position.
The zoom level for the camera transition. Values go from 0 (no zoom) to 22 (fully zoomed in). For example, 15 is building-level zoom.
See also
to read more about the position attribute.
to read more about the zoom attribute.
Returns the CameraOptions that make the camera looking at the given GeoBounds at the certain zoom level.
Return
CameraOptions for the transition.
Parameters
Region described by GeoBounds of the camera position.
Zoom level for the camera transition. Values go from 0 (no zoom) to 22 (fully zoomed in). For example, 15 is building-level zoom.
Padding for the bounds.
See also
to read more about the position attribute.
to read more about the zoom attribute.