Object for describing the dependence of the camera tilt angle on the style zoom level.
fun styleZoomToTilt(styleZoom: StyleZoom): Tilt
Gets camera tilt based on style zoom level.
styleZoom
StyleZoom
Style zoom.
Tilt
Camera tilt angle
The function should be continuous and monotonic.
The function should be thread-safe.