MapMarkerSelectDelegate
public protocol MapMarkerSelectDelegate : class
MapMarkerSelectDelegate
-
Informs the delegate a marker of the map was just selected
Declaration
Swift
func mapController(_ controller: MZMapViewController, didSelectMarker marker: GenericMarker, atScreenPosition position: CGPoint)Parameters
controllerThe MZMapViewController that recognized the selection.
markerPickResultA marker selection returned as an instance conforming to GenericMarker.
atScreenPositionThe screen coordinates of the picked marker.
View on GitHub
MapMarkerSelectDelegate Protocol Reference