onCameraMoveStarted method
Called when the map camera starts moving.
Implementation
@override
void onCameraMoveStarted() {
streamController.add(CameraMoveStartedEvent(mapId));
}
Called when the map camera starts moving.
@override
void onCameraMoveStarted() {
streamController.add(CameraMoveStartedEvent(mapId));
}