Package world.mappable.mapkit.map
Interface InertiaMoveListener
interface InertiaMoveListener
Listener for user interactions with the map.
Summary
Methods
Type and modifiers |
Method and Description |
void |
onStart(@NonNull Map map, |
void |
onCancel(@NonNull Map map, |
void |
onFinish(@NonNull Map map, |
Methods
onStart
@UiThread |
Called when an inertia move is started.
Parameters |
|
|
Approximate position of camera when the inertia move finishes. |
onCancel
@UiThread |
Called when inertia move is cancelled.
Parameters |
|
|
Current camera position. |
onFinish
@UiThread |
Called when inertia move is finished.
Parameters |
|
|
Current camera position. |