MapLabelSelectDelegate
public protocol MapLabelSelectDelegate : class
MapLabelSelectDelegate
-
Informs the delegate a label of the map was just selected
Declaration
Swift
func mapController(_ controller: MZMapViewController, didSelectLabel labelPickResult: TGLabelPickResult, atScreenPosition position: CGPoint)Parameters
controllerThe MZMapViewController that recognized the selection.
labelPickResultA label returned as an instance of TGLabelPickResult.
atScreenPositionThe screen coordinates of the picked label.
View on GitHub
MapLabelSelectDelegate Protocol Reference