Contents

MKMapPointsPerMeterAtLatitude(_:)

Returns the number of map points that represent one meter at the specified latitude.

Declaration

func MKMapPointsPerMeterAtLatitude(_ latitude: CLLocationDegrees) -> Double

Parameters

  • latitude:

    The latitude for which to return the value.

Return Value

The number of map points that span one meter.

Discussion

The number of map points per meter increases as the latitude approaches the poles.

See Also

Getting the distance between points