MNMapListenerDelegate
public protocol MNMapListenerDelegate : AnyObject
The basic map listener delegate. Register this delegate to receive basic map events.
-
When you change focus point of the map
Declaration
Swift
func onMapMoved() -
Declaration
Swift
func onMapStable() -
Declaration
Swift
func onMapIdle() -
Declaration
Swift
func onMapInteraction() -
When you tap/double-tap on map outside of any vector element
Declaration
Swift
func outsideBuildingTapped(tapPos: MNMercator, tapType: MapstedMapApi.TapType)
MNMapListenerDelegate Protocol Reference