doubleTapZoomStarted method
To be called when a double tap zoom starts.
Implementation
void doubleTapZoomStarted(MapEventSource source) {
_emitMapEvent(
MapEventDoubleTapZoomStart(
camera: camera,
source: source,
),
);
}
To be called when a double tap zoom starts.
void doubleTapZoomStarted(MapEventSource source) {
_emitMapEvent(
MapEventDoubleTapZoomStart(
camera: camera,
source: source,
),
);
}