Search code examples
fluttergoogle-maps

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


Solution

  • 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