pitchBy method
- double pitch,
- MapAnimationOptions? mapAnimationOptions
Pitches the camera by pitch degrees with optional animation.
Implementation
Future<void> pitchBy(
double pitch,
MapAnimationOptions? mapAnimationOptions,
) => _impl.pitchBy(pitch, mapAnimationOptions);