zoomOut method

MapboxMap zoomOut([
  1. AnimationOptions? options,
  2. dynamic eventData
])

Decreases the map's zoom level by 1.

@memberof MapboxMap# @param options @param eventData Additional properties to be added to event objects of events triggered by this method. @fires movestart @fires zoomstart @fires move @fires zoom @fires moveend @fires zoomend @returns {MapboxMap} this

Implementation

MapboxMap zoomOut([AnimationOptions? options, dynamic eventData]) =>
    MapboxMap.fromJsObject(jsObject.zoomOut());