1

I recently started working on Flutter and started to build an app but now I was hoping to integrate google maps. I started to look more into google_maps_flutter and started to build the map but one thing I'm currently being unable to integrate is to draw the shortest route between a provided source and a destination.

I have looked into google_maps_flutter plugin but unable to find the implementation of the aforementioned functionality.

Any help will be appreciated.

SaadAAkash
  • 3,065
  • 3
  • 19
  • 25

1 Answers1

0

If you've checked the tutorial about Flutter - Using Google Maps and drawing Routes, this is a structural guide that you are looking for building an app to draw route between two places.

Aside from the package google_maps_flutter as mentioned in the tutorial, you might also like to consider using the package google_map_polyline_new since google_map_polyline was discontinued 2 years ago.

MαπμQμαπkγVπ.0
  • 5,887
  • 1
  • 27
  • 65