Im currently getting the address of the user using Search Field Location AutoComplete and once the user selects the location I show the location annotation too. I Now also want to include locate me feature which gets the user's current location coordinates using MapKit and find the address of those coordinates
Asked
Active
Viewed 85 times
0
-
1you should explore here - https://stackoverflow.com/questions/25296691/get-users-current-location-coordinates – Anupam Mishra Jun 17 '19 at 13:48
-
2And to find the address use reverse geocoding: https://developer.apple.com/documentation/corelocation/clgeocoder/1423621-reversegeocodelocation – Damiaan Dufaux Jun 17 '19 at 13:54
-
1Thanks @AnupamMishra – Prithvi Venu Jun 17 '19 at 14:37
-
1Thanks @DamiaanDufaux – Prithvi Venu Jun 17 '19 at 14:37