mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Add 3D Annotations

Open homathko opened this issue 4 years ago • 3 comments

3D Annotations

Create a 3DPointAnnotation that takes a CLLocation object at initialization.

3DPointAnnotation(
        location: CLLocation(
            coordinate: CLLocationCoordinate2D(latitude: 0, longitude: 0),
            altitude: 500
    ))

This 3DPointAnnotation (or Line, or Polygon) would be integrated into the rendering of the 3D view. The annotation would respect obstruction caused by terrain. It would have to be considered as dependant on the terrain exaggeration property too.

Why

This feature is valuable for depicting locations that are above ground level, like the 30th floor of a building, or a 3d geometric shape surrounding a meteorological entity, like a hurricane.

homathko avatar May 31 '21 18:05 homathko

We also have a need for this feature to render trajectories for flights over 3d terrain. Any updates to scheduling the feature or potential workarounds?

richardpineo avatar Jan 07 '22 21:01 richardpineo

Any update on whether this might become a thing?

jeradhoy avatar Jul 14 '22 21:07 jeradhoy

We also have a need for this feature to render trajectories for flights over 3d terrain. Any updates to scheduling the feature or potential workarounds?

Did you find a workaround to achieve this?

john-work-ios avatar Jun 27 '23 12:06 john-work-ios