public interface MapViewEventListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapViewEventListener.TOUCH_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationClicked(Annotation annotation)
Will be triggered if some annotation was clicked
|
boolean |
onLongPress(double latitude,
double longitude)
Will be triggered if user Long Press in the mapView,
|
void AnnotationClicked(Annotation annotation)
annotation - the annotation was clickedboolean onLongPress(double latitude,
double longitude)
latitude - the latitude of the pressed locationlongitude - the longitude of the pressed location