dragStart

abstract fun dragStart(@NonNull point: ScreenCoordinate)

Prepares the drag gesture to use the provided screen coordinate as a pivot `point`. This function should be called each time when user starts a dragging action (e.g. by clicking on the map). The following dragging will be relative to the pivot.

Parameters

point

The pivot `screen coordinate`, measured in `platform pixels` from top to bottom and from left to right.