setTiltRangeAtZoom abstract method
- MapMeasure zoom,
- AngleRange tiltRange
Sets tilt ranges that can be set on the camera at given zoom.
The resulting camera tilt at a zoom is an interpolated value of the ranges set for closest matching zoom values. When no tilt range is specified for MapCameraLimits.minZoomLevel, the tilt range set through MapCameraLimits.tiltRange is used for interpolation.
Zoom or tilt values outside the supported zoom and tilt range are ignored. By default, the maximum tilt range for all zoom values is set during initialization.
-
zoomZoom at which the range is set. -
tiltRangeTilt range.
Implementation
void setTiltRangeAtZoom(MapMeasure zoom, AngleRange tiltRange);