flywave-mapview.cameramovementdetector.clear
Home > @flywave/flywave-mapview > CameraMovementDetector > clear
CameraMovementDetector.clear() method
Reset the saved camera position. Next time checkCameraMoved is called, it will return false.
Signature:
clear(mapView: MapView): void;
Parameters
Parameter | Type | Description |
|---|---|---|
mapView |
Returns:
void