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

    controller

    The MZMapViewController that recognized the selection.

    markerPickResult

    A marker selection returned as an instance conforming to GenericMarker.

    atScreenPosition

    The screen coordinates of the picked marker.