Hey guys! Can you think of a way to display the user’s altitude in a Glide app?
Simply by pressing a button that displays the altitude of the user’s current location. Do you think this is possible?
Thanks a lot
Hey guys! Can you think of a way to display the user’s altitude in a Glide app?
Simply by pressing a button that displays the altitude of the user’s current location. Do you think this is possible?
Thanks a lot
Altitude, or elevation?
Google have an API that could be used to determine elevation given a set of coordinates:
Altitude I think would be more of a challenge. You would probably need the user to be carrying some sort of API enabled altimeter, and find a way to interface with that.
Elevation could also be worth it. I’ll check out the API you mentioned to see if I can implement it in the app. Thanks.