Reputation: 103
Is there a way to get altitude, with mapkit, from given points from the map? (Without being in spot).
For example touching the map, and getting altitude for touched map coordinates.
Upvotes: 5
Views: 1882
Reputation: 3065
MapKit doesn't provide the altitude at a given point. You can only know the current altitude of the camera of a MKMapView, or the altitude of the user position. For your purpose, you can afford on external web services like:
Upvotes: 7