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.