mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

New Feature: Allow 3D coordinates for MGLAnnotation and MGLPointAnnotation #355

Closed jumbopilot closed 4 years ago

jumbopilot commented 4 years ago

Hi,

while having now 3D map on iOS SDK it'll be helpful to allow certain map data to be 3D as well.

Why not allowing MGLAnnotation's and MGLPointAnnotation's coordinate to be a 3D coordinate using data type CLLocation instead of CLLocationCoordinate2D.

If CLLocation should be estimated as being too complex, please create an own class type by extension of CLLocationCoordinate2D to hold an altitude information in meters.

Any support for iOS Map SDK or all platform enhancement?

jmkiley commented 4 years ago

Thank you for using Mapbox! This repo is for reporting issues with examples or requesting new examples. If you would like to report a bug or request a new feature in the Maps SDK for iOS, please open an issue in mapbox-gl-native.