onCameraMoveStarted method

  1. @override
void onCameraMoveStarted()

Called when the map camera starts moving.

Implementation

@override
void onCameraMoveStarted() {
  streamController.add(CameraMoveStartedEvent(mapId));
}