get Drag Camera Options
abstract fun getDragCameraOptions(@NonNull fromPoint: ScreenCoordinate, @NonNull toPoint: ScreenCoordinate): CameraOptions
Content copied to clipboard
Calculates target point where camera should move after drag. The method should be called after `dragStart` and before `dragEnd`.
Return
The `camera options` object showing the end point.
Parameters
from Point
The `screen coordinate` to drag the map from, measured in `platform pixels` from top to bottom and from left to right.
to Point
The `screen coordinate` to drag the map to, measured in `platform pixels` from top to bottom and from left to right.