Is there a way to generate a driving route with multiple stops from a filtered map view?

Is there an easy way to generate a driving route that stops at all pins in a filtered map view in a logical order?

It sounds like you are looking for something like this.. https://developers.google.com/maps/documentation/maps-static/start#Paths

1 Like

@Aleksi not exactly, that seems to be about drawing lines on a map between two points. I’m not looking to draw the lines but to generate a driving route. Similar to what you would get from Google Maps if you requested driving directions between two points and then added multiple stops after the first destination. But I also want the app to determine the most efficient order for the route, so not to just map the points in arbitrary order but to route them in the most efficient way possible. Can this be done from within a map view in AppSheet, or is there an easy way to create an action button that loads the points from a filtered map view into Google Maps (app or browser) and then lets Google Maps generate the driving route?