13 questions
2 votes
0 answers
132 views
How to install NATIVE iOS mapbox navigation SDK in EXPO
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 ...
0 votes
0 answers
60 views
How to fixed the mapbox navigation puck's position and direction in Navigation View Drop-in
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/...
1 vote
1 answer
96 views
How to Prevent WebRTC Audio and Mapbox Navigation Audio from Interrupting Each Other in iOS?
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, ...
0 votes
1 answer
291 views
Unable to Import some classes from Mapbox Navigation Modules in android studio
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 ...
0 votes
1 answer
146 views
Mapbox Navigation SDK v3 with React Native not being initialized
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: ...
0 votes
0 answers
2k views
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified while using the android mapbox navigation in Android 14
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 ...
1 vote
2 answers
315 views
flutter_mapbox_navigation AAPT:error:resource string/mapbox_access_token (aka eopeter.flutter_mapbox_navigation:string/mapbox_access_token) not found
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. ...
0 votes
1 answer
224 views
Duplicate voice problem in Mapbox Navigation IOS
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 ...
2 votes
0 answers
154 views
How do I get my implementation of a NavigationServiceDelegate function to be called?
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 ...
0 votes
1 answer
212 views
Cocoapods Error - Trouble in installing MapboxNavigation podfile -Mapboxnavigation sdk
In order to implement MapbocNavigation podfile according to mapboxnavigationsdk official documentation.adding Mapbox-iOS-SDK and MapboxNavigation through Cocoapods, always get error, shown bellow....
0 votes
1 answer
934 views
React-native yarn android @homee/react-native-mapbox-navigation Execution failed for task ':homee_react-native-mapbox-navigation:compileDebugKotlin'
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 ...
1 vote
0 answers
2k views
flutter 3 mapbox not working Targeting S+ (version 31 and above) requires FLAG_IMMUTABLE or FLAG_MUTABLE be specified creating a PendingIntent
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-...
0 votes
2 answers
2k views
How to fixed the mapbox navigation puck's position and direction
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 ...