InvMapGestureHandler

class InvMapGestureHandler : NSObject

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun handleLongPress(gesture: UILongPressGestureRecognizer)
Link copied to clipboard
fun handleTap(gesture: UITapGestureRecognizer)
Link copied to clipboard
fun setMapClickListener(listener: (Double, Double) -> Unit)
Link copied to clipboard
fun setMapLongClicKListener(listener: (Double, Double) -> Unit)
Link copied to clipboard
fun setupMapView(map: MLNMapView)