Reputation: 56199
How to find name of city and state in android at moment ? I know how to find longitude and latitude but is there already any service to return name of city and state and maybe zip code if that is not too much ?
Upvotes: 1
Views: 1037
Reputation: 1015
you will need to use geocoding to get the address of given longitude and lattitude and then you will be able to get city,state,country,postalcode evrything..!! Try this link to get the understanding
Upvotes: 3