tags:

views:

21

answers:

1

Is there a simple way to auto fill the "to" field for google maps via URL/HTTP? I already have lat,lng info. I want to leave the from field blank or use the users default.

Can I append keys to a URL maps.google.com/directions?to=lat|lng?

+3  A: 

You can auto-fill it with an address: http://maps.google.com/maps?&q=to:+1+Yonge+St+Toronto+ON

Or a lat/long pair: http://maps.google.com/maps?&q=to:43.641965,-79.374649

Paul Schreiber
EXACTLY what I was looking for! Thanks.
Nick Faraday