pitch property
num
get
pitch
The initial pitch (tilt) of the map, measured in degrees away from the plane of the screen (0-60). If pitch
is not specified in the constructor options, Mapbox GL JS will look for it in the map's style object. If it is not specified in the style, either, it will default to 0
.
Implementation
num get pitch => jsObject.pitch;