barryhunter / classygmaps

Rip-off of Classic Google Maps, get a mostly functional version of Classic Maps, implemented with the Maps API
26 stars 14 forks source link

http requests and more #95

Open gonen52 opened 9 years ago

gonen52 commented 9 years ago

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 !!!!!!

barryhunter commented 9 years ago
  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.