getPitch method
Returns the map's current pitch (tilt).
@memberof MapboxMap# @returns The map's current pitch, measured in degrees away from the plane of the screen.
Implementation
num getPitch() => jsObject.getPitch();
Returns the map's current pitch (tilt).
@memberof MapboxMap# @returns The map's current pitch, measured in degrees away from the plane of the screen.
num getPitch() => jsObject.getPitch();