Questions tagged [mapbox-navigation]

10 questions
2
votes
0 answers

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 updated in the navigation view, but my attempts at…
sw2500
  • 53
  • 2
  • 6
1
vote
2 answers

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. But if instead of run it, I try to build apk I get…
nvrm22
  • 61
  • 4
1
vote
0 answers

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-Mapbox(13566): java.lang.IllegalArgumentException:…
1
vote
2 answers

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 direction always point to top? Then only the map…
Linh
  • 57,942
  • 23
  • 262
  • 279
0
votes
0 answers

Flutter Mapbox Navigation Problems with android 12 and 13

I use flutter_mapbox_navigation to navigate in real map inside app. I use version 0.0.26. In iOS I have no problems and it works fine. In android 11 it works fine. In android 12 and 13 the app crash in the moment I open navigation view. Could…
0
votes
1 answer

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 method. Points are displayed on the map as I need.…
0
votes
0 answers

Turn-by-turn navigation with the flutter_mapbox_navigation package generates a crash

I am writing an app that among the various screens has one that displays a map with markers and another that implements a turn by turn navigator, both using Mapbox. For the first screen I am using the package mapbox_gl v^0.16.0. For the navigator I…
elle D
  • 25
  • 4
0
votes
1 answer

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.enter image description here Also tried: Generate…
0
votes
0 answers

Map Box DropInUa Android hide silent waypoints

i have a small problem with waypoints. I have an array of coordinates of 25 points on which I build a route. I need to make it so that only the start point and end point are visible on the map, and all intermediate points on the map are not…
0
votes
1 answer

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 project…
Bejo Sae
  • 9
  • 1