setTiltRangeAtZoom abstract method

void setTiltRangeAtZoom(
  1. MapMeasure zoom,
  2. 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.

  • zoom Zoom at which the range is set.

  • tiltRange Tilt range.

Implementation

void setTiltRangeAtZoom(MapMeasure zoom, AngleRange tiltRange);