MapFeatureSelectDelegate
public protocol MapFeatureSelectDelegate : class
MapFeatureSelectDelegate
-
Informs the delegate a feature of the map was just selected.
Declaration
Swift
func mapController(_ controller: MZMapViewController, didSelectFeature feature: [String : String], atScreenPosition position: CGPoint)Parameters
controllerThe MZMapViewController that recognized the selection.
featureFeature dictionary. The keys available are determined by the provided data in the upstream data source.
atScreenPositionThe screen coordinates of the picked feature.
View on GitHub
MapFeatureSelectDelegate Protocol Reference