set Max Pitch Preference
open fun setMaxPitchPreference(@FloatRange(from = MapLibreConstants.MINIMUM_PITCH, to = MapLibreConstants.MAXIMUM_PITCH ) maxPitch: Double)
Sets the maximum Pitch the map can be displayed at.
The default and upper bound for maximum Pitch is 60.
Parameters
max Pitch
The new maximum Pitch.