Skip to main content
2 votes
0 answers
132 views

Is there any way to use the native iOS mapbox navigation sdk in an expo module WITHOUT using a third party expo or react-native package? I'm following this expo guide on how to Wrap third-party native ...
Cedric's user avatar
  • 1,070
0 votes
0 answers
60 views

In Navigation SDK Mapbox v2, I'm having trouble finding the documentation to help me change the puck's position on the screen. Currently, I use this package for Flutter: https://pub.dev/packages/...
manac's user avatar
  • 1
1 vote
1 answer
96 views

I am working on an iOS app that integrates: WebRTC for a voice communication module. Mapbox Navigation SDK for turn-by-turn navigation audio. The challenge I'm facing is that when Mapbox Navigation, ...
Faraz Ahmed Khan's user avatar
0 votes
1 answer
291 views

I'm new to Kotlin and Java programming and have just finished the basics. I'm currently trying to build a Mapbox navigation Android app but am running into several issues related to various Mapbox ...
Amar Deep Maddineni's user avatar
0 votes
1 answer
146 views

Hi I am using Mapbox Navigation SDK v3 with a Android in a React Native (v0.73) project. I am stuck initializing the sdk inside a view file class MapNavigationView(private val context: ...
Peter Stewart's user avatar
0 votes
0 answers
2k views

In Android 14 i am facing this issue One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts the block of code ...
Anil Dhiman's user avatar
  • 1,479
1 vote
2 answers
315 views

I'm using flutter_mapbox_navigation to navigate in my flutter app. I add it and set all configuration things. I add it in debug mode with android studio and the app works fine in android and in iOS. ...
nvrm22's user avatar
  • 73
0 votes
1 answer
224 views

I use map box navigation turn by turn! I need to add waypoints to the navigation map so that they show up in the active navigation state! I added a layer with points to the map using the addSpots ...
Ivan Magda's user avatar
2 votes
0 answers
154 views

I'm building an iOS app with SwiftUI and am using Mapbox's NavigationViewController to provide turn-by-turn navigation instructions. I'd like to have custom code run when the visual instructions are ...
sw2500's user avatar
  • 53
0 votes
1 answer
212 views

In order to implement MapbocNavigation podfile according to mapboxnavigationsdk official documentation.adding Mapbox-iOS-SDK and MapboxNavigation through Cocoapods, always get error, shown bellow....
Bhavik Baraiya's user avatar
0 votes
1 answer
934 views

I have installed node package @homee/react-native-mapbox-navigation for quick turn-by-turn navigation in my react-native android app, but when I run yarn android, got below error: > Configure ...
Bejo Sae's user avatar
1 vote
0 answers
2k views

I know you might say this question was asked many times but all the answers did not help! I'm using MapBox in my application, whenever I try to load the navigation screen I get this error E/Mbgl-...
Said Isa's user avatar
0 votes
2 answers
2k views

With the default mapbox navigation following mode, the puck will move to many positions on the screen and in many direction. How can I align it to center horizontal in bottom of the screen and the ...
Linh's user avatar
  • 61.3k