Reputation: 363
In my android application i am getting current GPS longitude and lattitude details perfectly by using LocationManager class
I observed that we can easily get Altitude details also but in my application i want Elevation details of Current GPS location.
Can any one tell me how can i get Elevation details for a current gps location.
Upvotes: 2
Views: 4507
Reputation: 392
You could try to use the google maps elevation API. You can use it to obtain elevation information for any coordinate pair. Also check the Gmaps Android API documentation.
Upvotes: 4