Class is used to listen for camera updates. More...
Public Member Functions | |
void | onCameraPositionChanged (CameraUpdateReason reason, bool finished) |
Triggered when the camera position changed. | |
Class is used to listen for camera updates.
Referenced from LocationWindow.
Definition at line 23 of file camera_listener.dart.
void CameraListener.onCameraPositionChanged | ( | CameraUpdateReason | reason, |
bool | finished ) |
Triggered when the camera position changed.
reason | reason of camera update. |
finished | true if the camera finished moving, false otherwise. If a movement is cancelled then reason represents initiator of cancellation. |