Find the lon/lat from a Google Maps link -


does know how (or if it's possible) long/lat coordinates out of google maps link? lets has planned route on site , sent me link.

if decode url can see there 5 markers on route; 'geocode=fcbmdwmd2kf9_w;fxmcdwmdvat-_w;fasudwmdfuf9_w;fzr8dwmdbp39_w;fbz4dwmdnhp-_w' how convert long/lat coords?

any appreciated!

thanks

not sure if exact enough, might worth try. link provided has 2 interesting parameters, namely saddr , daddr.

saddr=manor+rd%2fa237 daddr=redford+ave+to%3amollison+dr+to%3agreat+woodcote+park+to%3apeaks+hill 

where saddr starting point, , daddr seems encode waypoints , of course destination. think feed google directions api.

sample request api (with waypoints):

http://maps.googleapis.com/maps/api/directions/json?origin=manor%20rd&destination=peaks%20hill&waypoints=redford%20ave|mollison%20dr|&sensor=false

i had leave out "great woodcote park" waypoint, didn't find directions than, leave task citizens (maybe location ambiguos). :)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -