stop method
Stops any animated transition underway.
@memberof MapboxMap#
@returns {MapboxMap} this
Implementation
MapboxMap stop() => MapboxMap.fromJsObject(jsObject.stop());
Stops any animated transition underway.
@memberof MapboxMap#
@returns {MapboxMap} this
MapboxMap stop() => MapboxMap.fromJsObject(jsObject.stop());