Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D polylines integration #783

Open
talghe opened this issue Nov 21, 2024 · 0 comments
Open

3D polylines integration #783

talghe opened this issue Nov 21, 2024 · 0 comments

Comments

@talghe
Copy link

talghe commented Nov 21, 2024

Hello,

I have looked at the api documentation for a long time and I have looked at the example codes of mapbox maps flutter, and I have not found any way to add 3D polylines.
I am not a professional developer and therefore I may have missed something, but I am almost certain it is not yet possible to do this.
As I am integrating flight paths in my app, I absolutely need this feature.

I have found out that Point Annotation manager has a possibility to Offset in the Z direction, and also the Polyline Annotation Manager but it Offsets all the polyline and I would need to add altitude to each point individually.
The Polyline Annotation Manager takes the Polyline Annotation Options, which has geometry that takes a Line String with coordinates that takes a list of Positions. Position has the ability to take a 3rd argument which is the altitude, but when adding the altitude, the created Polyline has only 2 items instead of 3 in each Position's point. These 2 items are the latitude and altitude.... instead of longitude and latitude, and potentially the altitude in a 3rd item but that is not working currently.

Hope there is a solution for that, or that you will be able to add this in a short time.

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant