Instance Method
cameraDistance
Sets the altitude of the camera above the center of the map.
Declaration
Number cameraDistance(Number distance);
Discussion
This method sets the altitude of the camera above the center of the map. The distance is a value in meters and must be greater than or equal to 0
.
See Also
Manipulating the Visible Portion of the Map
center
The map coordinate at the center of the map view.
setCenterAnimated
Centers the map to the provided coordinate, with optional animation.
region
The area currently displayed by the map.
setRegionAnimated
Changes the map's region to the region provided, with optional animation.
cameraZoomRange
Sets the minimum and maximum distance of the camera from the map center.