Events
The NextomeMapView provide some events to manage the MapView and User behaviours.
ON READY EVENT
To check if resources are loaded, you can subscribe to OnMapReady event. This is helpful to know when all tile resources are loaded. You can start to populate the map with markers after this event.
ON MAP TAP
OnMapTap event return the tapped point on the map. X and Y can be intendeed like position in pixel of the tap (based on width and height) or can be intedeed as latitude and longitude in accordance to your map usage.
ON MAP LONG PRESS
OnMapLongPress event return the long pressed point on the map. X and Y can be intendeed like position in pixel of the tap (based on width and height) or can be intedeed as latitude and longitude in accordance to your map usage.
ON MARKER TAP
OnMarkerTap event return the marker tapped