zoomIn method

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

Increases 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 zoomIn([AnimationOptions? options, dynamic eventData]) =>
    MapboxMap.fromJsObject(jsObject.zoomIn());