Questions tagged [turn-by-turn]
24 questions
5
votes
1 answer
Automatically detect all map navigation applications installed
In iOS apple maps application, when selecting a destination, apple maps gives you options to use any of the installed mapping apps to get turn by turn directions.
How does apple maps do this? is there a way to implement similar feature in my own…

plawres
- 313
- 4
- 19
4
votes
1 answer
(Flutter) Caused by java.lang.NoSuchMethodException in turn by turn mapBox navigation
I'm trying to import turn by turn mapBox navigation in my flutter app. I'm following this sample for achieving the desired navigation but it gives error when i run it:
Turn By Turn navigation
But when i try to execute the navigation, I'm getting…

Skizzo
- 2,883
- 8
- 52
- 99
3
votes
1 answer
How to detect I'm near a waypoint
I want to make a navigation application on Android (Kotlin) using the mapbox-android SDK. I need to create a route with specific waypoints and want to know when I am near one of those waypoints (200m before for example). I already managed to display…

Sébastien STOLZ
- 31
- 1
2
votes
2 answers
turn by turn from mapbox in android
I see the release of iOS turn by turn example app from mapbox
https://www.mapbox.com/blog/open-source-mapbox-navigation-swift/
is there anything similar for android.
Is there a chance to replicate with a webview?
Here are examples of web turn by…

albfan
- 12,542
- 4
- 61
- 80
1
vote
2 answers
How do I put two list together as one but TURN-BY-TURN in Python
I have this lists:
a = ["1 Monday","1 Wednesday","1 Friday"]
b = ["2 Tuesday","2 Thursday","2 Saturday"]
And I want to combine these to:
c = ["1 Monday", "2 Tuesday", "1 Wednesday", "2 Thursday", "1 Friday", "2 Saturday"]
I want to do this turn…

Emile Everduim
- 43
- 6
0
votes
0 answers
Android Navigation SDK for custom maps
I am currently entering my final year of college and for my final presentation I want to build an android app for the local zoo in my hometown. In said app I would like to include a map of the area where the zoo is located and add to it the layout…
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.…

Ivan Magda
- 1
- 2
0
votes
0 answers
Turn by turn navigation embedded in flutter
I am using this package https://pub.dev/packages/flutter_mapbox which is a working fork for this package https://pub.dev/packages/flutter_mapbox_navigation.
It works great in full screen, but in embedded mode (using the map as a widget inside…

Fabio Lin
- 9
- 2
0
votes
2 answers
Discord.js While loop not executing the messsage sending in it
If started to work on an rpg bot recently.
I was tryng to implement a turned based combat system.
But during the process I've find out that my while loop which is supposed to let the combat run till someone wins, won't send any message which will…

HotTeaPot
- 3
- 3
0
votes
1 answer
React Native mapbox android navigation crashes when shouldsimulate is false
I am using the package @homee/react-native-mapbox-navigation for a turn by turn navigation. beneath you can see the depencies and versions:
"dependencies": {
"@homee/react-native-mapbox-navigation": "^1.1.0",
"react": "17.0.1",
…

Ilyass
- 3
- 3
0
votes
1 answer
React native package @homee/react-native-mapbox-navigation not showing map (ANDROID)
I am trying to implement a turn by turn navigation in react native, I have used the package '@homee/react-native-mapbox-navigation'. I have used these instructions…

Ilyass
- 3
- 3
0
votes
1 answer
ios sdk maneuver instructionsForLanguage:language unitSystem array empty
I am working on developing the cordova HERE map plugin to get route calculation data in app. I am working on adding the functionality for ios.
I want to get a maneuver instructions for the route, following is my code to get maneuver instructions for…

coder
- 21
- 1
- 2
0
votes
1 answer
Mapbox Basic Navigation App: How to set route origin to User's Location?
I got some Code from the Mapbox Tutorials for a basic Navigation App in a Turn -by- Turn View. Everything is working fine, and I've already added a Waypoint.
In the example the origin of the route is set with fixed coordinates. That's not compatible…

Zeno
- 1
- 1
0
votes
1 answer
Valhalla turn by turn route API
I am trying to get polyline for a route. I use valhalla turn-by-turn route API and pass multiple coordinates, but as a response I get encoded polyline for each leg, not for the whole route. Is there an option to get polyline for the route or to…

Nane Petrosyan
- 553
- 1
- 7
- 19
0
votes
1 answer
Get directions from one location to another based on vehicle course
I am developing an iOS app where I have to get directions from one location to another. I am getting the directions using the MKDirectionsRequest API. This api gives direction between two locations. But the problem is that the route returned by this…

Ravi Kumar
- 313
- 2
- 13