Random route generation

Hi, Im trying to build an application that generates a random route, based on the distance someone wants to travel. Wondering if this is possible within bubble?

I have the relevant Google APIs implemented (geolocation, maps), am able to save the starting location which is set by the user. Displaying waypoints and generating a map is also not an issue, IF I have the waypoints to do this. What I’m looking for is the logic to generate the actual route: a list of waypoints at 5km intervals with a total distance equal to the user’s input.

Any help / suggestions much appreciated!

This topic was automatically closed after 70 days. New replies are no longer allowed.