mapbox / mapbox-unity-sdk

Mapbox Unity SDK - https://www.mapbox.com/unity/
Other
725 stars 210 forks source link

Utilizing directions factory to create a route path on a 3D elevation terrain #1889

Open teechoi opened 1 year ago

teechoi commented 1 year ago

Note: If this is a bug or support ticket, please provide the following information:

I am trying to utilize the directions API and DirectionsFactory.cs class to create a route on a 3D elevation terrain. My map is generated using the AbstractMap instance with Elevation layer: Terrain with elevation.

On a 2D map example, the directions factory can create a route simply, but it is not able to do so on a 3D map. I am creating an application for search and rescue that can generate a hiking route on a 3D map instance.

Would sincerely appreciate any guidance and support.

image

image