Reputation: 1
What i have: currently my app only receives latitude and longitude based on user input (user inputs the Latitude and Longitude of the preferred location)
What i want: my app to receive the name of location as user input..
How can i go about doing it? Must i use database? Any preferred links(for tutorial)? Thank you in advance.
Upvotes: 0
Views: 158
Reputation: 41
reverse Geo-Coding is very good, but you can only use this feature with Wifi connection. If your device is connect via Mobile Data connection (3G,EDGE), this service will not work.
Upvotes: 1