MKStringFromMapRect(_:)
Returns a formatted string for the specified map rectangle.
Declaration
func MKStringFromMapRect(_ rect: MKMapRect) -> StringParameters
- rect:
The map rectangle to format.
Return Value
A formatted string containing the origin and size values of the map rectangle.