Morteza Mohammadi
Morteza Mohammadi

Reputation: 440

Using Google Maps Step by Step Navigation inside Flutter app

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.

enter image description here

Upvotes: -1

Views: 4847

Answers (4)

WhiteLotus2001
WhiteLotus2001

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

Usama Kabir
Usama Kabir

Reputation: 61

You can add the turn-by-turn navigation by using this package

flutter_mapbox_navigation

It works with MapBox SDK

Upvotes: 0

Muhammad Ashir
Muhammad Ashir

Reputation: 456

Sorry but currently there is no SDK available with in Flutter.

Upvotes: 1

Hadi
Hadi

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.

you can see the pricing here.

Google map flutter

Upvotes: 0

Related Questions