Rohit
Rohit

Reputation: 687

Get location address in android phonegap

I am making an android application find out your current location, I am not using any map services,

I just want to track the address of application user and display that, I have successfully got the lat long of the location,

How can we get address, city name, street name etc, from the lat long of any location in javascript or AngularJS for an android application

Upvotes: 0

Views: 1366

Answers (1)

GLee
GLee

Reputation: 5093

Android has a build in Geocoder API, but I'm not sure how that would work with phonegap. You could also try the web Google Geocoding API, which can be used from native Android apps, and which will work with Javascript.

Upvotes: 1

Related Questions