Replies: 4 comments 16 replies
-
In the last steering comitte meeting we talked about that and decided that for now it would be the best approach to update to the latest version from mapbox. I think @Patrick-Kladek was interested in this as well. If you would like to get involved, feel free to open a PR 😇. Speed limit would be a great addition and is in fact missing right now. |
Beta Was this translation helpful? Give feedback.
-
I would be fine if we officially dropped support. I’m not convinced we actually support objc right now anyway (please correct me if you know of an objc reject using the lib). I know we’ve sprinkled around some @objc annotations and such, but the bridging header looks pretty implausible.On Jul 25, 2024, at 08:16, Robin ***@***.***> wrote:
Thanks for the info @Patrick-Kladek. I am wondering if we still need ObjC support? Is this still expected by iOS libraries in 2024?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So? What we have in the end? Should we move fast and break things? 🙂 |
Beta Was this translation helpful? Give feedback.
-
After 2 days of trying to get Maplibre-Navigation to compile with MapboxDirections, I'm stopping now. Initially, we planned to update MapboxDirections so we get speed limit information parsing for free, and then we would need to add our UI. Sadly this turns out to be way more complicated and time-consuming than we initially thought, so we are now changing course and potentially adding speed limit parsing to the currently used, filtsmeister's fork https://github.com/flitsmeister/mapbox-directions-swift/ I still think it's a good idea to use Mapbox's version of MapboxDirections as the new Swift Interface is nicer and we get a regularly maintained package but that doesn't fit in our timeline. If anyone wants to give it a shot feel free to continue from my PR here: #89 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
What is the status of the Directions module? Is there a plan to bring it under the MapLibre umbrella as well? Currently, MapLibre Navigation depends on a seemingly third-party managed package/repository. However, this is a crucial part of the overall experience with MapLibre Navigation.
I'm interested in adding support for Speed Limit annotations. This requires changes to both: the Directions and Navigation repositories.
Beta Was this translation helpful? Give feedback.
All reactions