pitchBy

Extension pitchBy() function for MapPluginExtensionsDelegate Pitch the map by with optional animation.

Return

Cancelable animator set object or null if associated map object was garbage collected.

Parameters

animationOptions

Transition options (animation duration, listeners etc)

pitch

The amount to pitch by

fun MapPluginExtensionsDelegate.pitchBy(pitch: Double, animationOptions: MapAnimationOptions?): Cancelable