classygmaps icon indicating copy to clipboard operation
classygmaps copied to clipboard

http requests and more

Open gonen52 opened this issue 10 years ago • 1 comments

I was so happy to see the A,B,C labels back !!!!!

What is missing:

1 - http request for directions between a,b,c,d until y..... (25 points) - with the ability to specify our own description per point 2 - A,B,C on the map - but we need the, also in the left window (so we can Identify point B easily...) 3 - ability to change order of points (when we will have 25 points option...

Many thanks !!!!!!

gonen52 avatar Oct 05 '15 17:10 gonen52

  1. Can do http://gokml.net/maps?q=London,uk+to:Oxford+to:Brimingham,uk

Alas the API is limited to 8 waypoints. But agreed, it shouldn't be limited 1 via point.

https://developers.google.com/maps/documentation/javascript/directions#Waypoints

The maximum allowed waypoints is 8, plus the origin, and destination.

Also I dont think the API can do custom labels, but technically could work around that (doing it manually, but would be quite a bit of work)

  1. The A, B, C etc ARE shown on the map, and in the sidebar? Although the sidebar is kind of narrow.
  2. Yes, that would be useful.
  • so most of what you ask is theroetically possible, other than limit being 8.

barryhunter avatar Oct 05 '15 17:10 barryhunter