Location

Location

CLLocation Manager

Location Coordinate

var location: CLLocationCoordinate2D?

Reverse GeoCode

apple docs - reverse geo-code

curl -si -H”Authorization: Bearer <maps_access_token>” ”https://maps-api.apple.com/v1/reverseGeocode?loc=37.3301996%2C-122.0106415”

Reference

getting location from core location framework