Skip to content

[Bug]: Does Mapbox Navigation v3 support MapboxSearh? #4770

Closed
@lsqgithub001

Description

@lsqgithub001

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

lsqgithub001 commented on Jun 17, 2025

@lsqgithub001
Author

@volkdmitri
help!

lsqgithub001

lsqgithub001 commented on Jun 17, 2025

@lsqgithub001
Author
removed
bugSomething isn’t working
on Jun 17, 2025
kried

kried commented on Jun 17, 2025

@kried
Contributor

Hi @lsqgithub001

Answering your question

Does Mapbox Navigation v3 support Mapbox searh?

Yes, the Nav SDK v3 is compatible with the Mapbox Search SDK.

Regarding this question:

How to construct navigationRoutes with the return value of MapboxSearh

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

lsqgithub001 commented on Jun 17, 2025

@lsqgithub001
Author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kried@lsqgithub001

        Issue actions

          [Bug]: Does Mapbox Navigation v3 support MapboxSearh? · Issue #4770 · mapbox/mapbox-navigation-ios