zoom property
Set the zoom to some value between 0 and 24.
The value 0 shows a global view of the map and 24 offers a more detailed view. Take a look at mapbox-gl documentation for further information.
- NOTE: MapViewConfiguration.lockCameraToBuilding will set a new minimum value to make sure the building is still visible when zooming out.
Value defaults to an internally calculated intermediate value.
Implementation
double? zoom;