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