MNMapVectorTileEventListenerDelegate
public protocol MNMapVectorTileEventListenerDelegate : AnyObject
-
An entity has been tapped
Declaration
Swift
func onTileEntityTapped(entity: MNMapEntity, tapType: MapstedMapApi.TapType, tapPos: MNMercator)Parameters
entityThe entity user tapped
-
A polygon has been tapped
Declaration
Swift
func onTilePolygonTapped(polygon: MNMapPolygon, tapType: MapstedMapApi.TapType, tapPos: MNMercator)Parameters
polygonThe polygon user tapped
-
When store clicked, there will be a popup balloon item. The Balloon item has been clicked
Declaration
Swift
func onTileBalloonClicked(searchEntity: MNSearchEntity)Parameters
searchEntityThe search entity related to the balloon item being clicked
-
A marker has been tapped
Declaration
Swift
func onTileMarkerTapped(markerName: String, markerType: String)Parameters
markerNameThe marker name being tapped
markerTypeThe marker type being tapped
MNMapVectorTileEventListenerDelegate Protocol Reference