I'm new to iOS programming and is developing an app that requires the user's location. I do not need to plot it onto a map nor any fancy coordinates. All I need is the road name (Whatever Street/Avenue) as a string for my app to use. I stumbled upon CLLocationManager but it doesn't appear to do that. Appreciate any guidance! Thank you!
Edit: I noticed an app that does it... returned "29 Scotts Road" earlier. That's too detailed. I only need it to return "Scotts Road"