isZooming method
Returns true if the map is zooming due to a camera animation or user gesture. @example var isZooming = map.isZooming();
Implementation
bool isZooming() => jsObject.isZooming();
Returns true if the map is zooming due to a camera animation or user gesture. @example var isZooming = map.isZooming();
bool isZooming() => jsObject.isZooming();