zoom property

double? zoom
getter/setter pair

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.

Value defaults to an internally calculated intermediate value.

Implementation

double? zoom;