MKStringFromMapPoint(_:)
Returns a formatted string for the specified map point.
Declaration
func MKStringFromMapPoint(_ point: MKMapPoint) -> StringParameters
- point:
The map point to format.
Return Value
A formatted string containing the x and y coordinates of the map point.