Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMMapTapListener> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - onSingleTap:
 
(void) - onDoubleTap:
 
(void) - onLongTap:
 

Method Documentation

◆ onDoubleTap:()

- (void) onDoubleTap: (NMMapCoordinates *)  coordinates
optional

The event is called on the user's double tap on NMMapView.

Parameters
coordinatesCoordinates corresponding to the tap location on the map.

◆ onLongTap:()

- (void) onLongTap: (NMMapCoordinates *)  coordinates
optional

The event is called on the user's long tap on NMMapView.

Parameters
coordinatesCoordinates corresponding to the tap location on the map.

◆ onSingleTap:()

- (void) onSingleTap: (NMMapCoordinates *)  coordinates
optional

The event is called on the user's single tap on NMMapView.

Parameters
coordinatesCoordinates corresponding to the tap location on the map.