79560756

Date: 2025-04-07 20:47:43
Score: 1.5
Natty:
Report link

How funny that I am working through a problem incredibly similar to this. How in your code did you account for additional points? I know in the documentation that it mentions using | to separate points, but I have yet to get that to function. Below is the line of code I am using to generate my URL.


directions_url = f"https://www.google.com/maps/dir/?api=1&origin={lats[0]},{lons[0]}&destination={lats[1]},{lons[1]}"
print(directions_url)
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Chris_Freeman