Reputation: 440
I want to navigate from the user's location to the destination inside my Flutter app. There are some packages that allow showing the direction but not navigating like the image below. An alternative way is to use Google Maps in a web view in my app which is not my favorite. I need a way to show the suggested route to the destination and assist the driver to it step by step.
Upvotes: -1
Views: 4847
Reputation: 1
I am using the Nextbillion.ai's flutter navigation sdk.
https://docs.nextbillion.ai/docs/navigation/sdk/flutter/introduction
You can try this.
Upvotes: 0
Reputation: 61
You can add the turn-by-turn navigation by using this package
It works with MapBox SDK
Upvotes: 0
Reputation: 456
Sorry but currently there is no SDK available with in Flutter.
Upvotes: 1
Reputation: 652
for using direction in google map you should enable billing account, it's cost you about $500 per 100K direction request.
but you can use $200 per month for free, around 40K direction request.
Upvotes: 0