2

I want get altitude anywhere my from android phone.

I searching a methods like this way:

{Altitude newAltitude=new Altitude( double latitude,double longitude);}

As a result i will set latitude and longitude then i must get altitude from this (specific) location. I want just Altitude value.

Is there any methods like this.I will use Google Maps Api v2.

1 Answers1

0

Google Play Services location libraries give access to the altitude.

Please see:

http://developer.android.com/google/play-services/setup.html

http://developer.android.com/training/location/retrieve-current.html

warm
  • 117
  • 6