Closed
Description
Mapbox Navigation SDK version
11.12.2
Steps to reproduce
Does Mapbox Navigation v3 support Mapbox searh?
MapboxSearh 2.12.2 : Directions.shared.calculate(navigationRouteOptions) {[weak self] result in ...}.
How to construct navigationRoutes with the return value of MapboxSearh
let navigationViewController = NavigationViewController(
navigationRoutes: navigationRoutes,
navigationOptions: navigationOptions
)
Expected behavior
no
Actual behavior
no
Is this a one-time issue or a repeatable issue?
one-time
Activity
lsqgithub001 commentedon Jun 17, 2025
@volkdmitri
help!
lsqgithub001 commentedon Jun 17, 2025
@kried
kried commentedon Jun 17, 2025
Hi @lsqgithub001
Answering your question
Yes, the Nav SDK v3 is compatible with the Mapbox Search SDK.
Regarding this question:
Please checks the Route generation documentation for the Nav SDK.
You need to get coordinates from the Search SDK to create
navigationRouteOptions
.Please check the Search SDK docs on how you can receive the coordinates.
lsqgithub001 commentedon Jun 17, 2025