In a class derived from the MapActivity class, I want to get the altitude of the point clicked by the user. So far, I know how to retrieve the latitude, the longitude but not the altitude.
Is it possible and how?
Thanks in advance for the time you will spend trying to help me.
Find yourself a Web service that can report the altitude for a given latitude and longitude. There is nothing built into Android for this.