Interface InputListener
Package world.mappable.mapkit.map
interface InputListener
Listener for user interactions with the map.
Summary
Methods
|
Type and modifiers |
Method and Description |
|
void |
onMapTap(@NonNull Map map, |
|
void |
onMapLongTap(@NonNull Map map, |
Methods
onMapTap
|
@UiThread |
Called when a tap occurred unless a tap was handled by geo objects or map objects.
param@ position absolute screen coordinates
onMapLongTap
|
@UiThread |
Called when a long tap occurred.