I want to get the user’s current location from my iPhone app. I want to show the user’s current location like country name, latitude, longitude information in my app. And also i want to show the location in Google map also. I have tried Google search also, but can’t get the exact answer. I have get the info that was to use CLLocationManager in my app to track the location. How do i use this? I have download one sample app from Apple Documents. Here is the link: https://developer.apple.com/library/ios/#samplecode/LocateMe/Introduction/Intro.html
Can you please help me on this? Thanks in advance.
1) I have get the info that was to use
CLLocationManagerin my app to track the location. How do i use this?in .h file
in .m file :-
2). I want to show the user’s current location like country name information in my app.
For this you can to use Google’s Reverse Geo coding OR MKReverseGeocoder