onCameraIdle method
Called when the map camera stops moving.
Implementation
@override
void onCameraIdle() {
streamController.add(CameraIdleEvent(mapId));
}
Called when the map camera stops moving.
@override
void onCameraIdle() {
streamController.add(CameraIdleEvent(mapId));
}