public interface ZoomLevelToTiltFunction
| Modifier and Type | Method and Description |
|---|---|
float |
getTilt(float zoomLevel)
Method use to control maximum tilt allowed on a map view at a given zoom level.
|
float getTilt(float zoomLevel)
The function takes an input zoom level that will be in the
range [Map.getMaxTilt(), Map.getMinTilt()]. The output should be
a tilt value in the range [0, Map.getMinTilt()].
zoomLevel - Desired fractional zoom level.Map.getMinTilt()].