<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: One-click subway directions from home on Google Maps?</title>
	<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps/</link>
	<description>Comments on Ask MetaFilter post One-click subway directions from home on Google Maps?</description>
	<pubDate>Sun, 05 Jul 2009 11:29:38 -0800</pubDate>
	<lastBuildDate>Sun, 05 Jul 2009 11:29:38 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: One-click subway directions from home on Google Maps?</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps</link>	
		<description>How can I get one-click public-transit directions from my home to anywhere on Google Maps? &lt;br /&gt;&lt;br /&gt; Almost every time I ask Google Maps for directions, I want to take public transit from my home (let&apos;s pretend it&apos;s 100 Bedford Ave., Brooklyn NY) to the destination. The current workflow for this is:&lt;br&gt;
&lt;br&gt;
- Enter &quot;map 555 park ave, ny&quot; or &quot;map fabianes,brooklyn&quot; into Firefox&apos;s address bar (since I&apos;ve assigned the keyword &quot;map&quot; to the Google Maps search form).&lt;br&gt;
- Click the result, then &quot;to here.&quot;&lt;br&gt;
- Enter &quot;10&quot; before Google suggests my full address in the dropdown (since I&apos;ve used it before). Hit down, enter, enter.&lt;br&gt;
- Now I have driving directions. Click &quot;public transit.&quot; Done!&lt;br&gt;
&lt;br&gt;
How can I compress all of this into one or two steps?&lt;br&gt;
&lt;br&gt;
I expect that it&apos;s easier to compress a discrete address like 555 Park Ave. than to compress a search like &quot;Sunny&apos;s,&quot; where there&apos;s the extra step of selecting which search result is my desired destination. I&apos;d be satisfied with either a robust solution that starts after I select the destination, or an address-only solution that gives me public transit directions as soon as I type in the right keyword and destination address and hit enter.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.126582</guid>
		<pubDate>Sun, 05 Jul 2009 11:21:20 -0800</pubDate>
		<dc:creator>NickDouglas</dc:creator>
		
			<category>googlemaps</category>
		
			<category>directions</category>
		
			<category>publictransit</category>
		
			<category>firefox</category>
		
	</item> <item>
		<title>By: ofthestrait</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1808150</link>	
		<description>Go to Google Maps, fill in your address for Destination A, leave Destination B blank, select public transit, hit enter. At the top right of the map click link, copy the link, make it a bookmark. Now all you have to do is hit the bookmark, type the destination address (the cursor should start off in this field), and hit enter.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1808150</guid>
		<pubDate>Sun, 05 Jul 2009 11:29:38 -0800</pubDate>
		<dc:creator>ofthestrait</dc:creator>
	</item><item>
		<title>By: ofthestrait</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1808154</link>	
		<description>&lt;a href=&quot;http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=100+Bedford,+NY,+NY&amp;daddr=&amp;hl=en&amp;geocode=&amp;mra=ls&amp;dirflg=r&amp;date=07%2F05%2F09&amp;time=2:26pm&amp;ttype=dep&amp;noexp=0&amp;noal=0&amp;sort=&amp;tline=&amp;sll=42.434359,-83.131918&amp;sspn=0.008694,0.017273&amp;ie=UTF8&amp;z=10&amp;start=0&quot;&gt;Here&apos;s an example link for 100 Bedford.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1808154</guid>
		<pubDate>Sun, 05 Jul 2009 11:30:41 -0800</pubDate>
		<dc:creator>ofthestrait</dc:creator>
	</item><item>
		<title>By: Boobus Tuber</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1808347</link>	
		<description>&lt;br&gt;
Try this; create a bookmark with the following link (replacing STARTADDRESS with your starting address), assign a keyword to this, say gmap.&lt;br&gt;
&lt;br&gt;
http://maps.google.com/maps?f=d&amp;amp;source=s_d&amp;amp;saddr=STARTADDRESS&amp;amp;daddr=%s&amp;amp;hl=en&amp;amp;geocode=&amp;amp;mra=ls&amp;amp;dirflg=r&amp;amp;ttype=dep&amp;amp;noexp=0&amp;amp;noal=0&amp;amp;sort=&amp;amp;tline=&amp;amp;sll=51.536874,-0.101367&amp;amp;sspn=0.012533,0.026758&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;z=14&amp;amp;start=0&lt;br&gt;
&lt;br&gt;
When you assign a keyowrd to a bookmark, any text after the keyword is assigning to the variable %s in the link (above, its &amp;amp;daddr=%s), so typing gmap &lt;your&gt; should specify mapping from your fixed starting address to a variable destination address. &lt;br&gt;
&lt;br&gt;
I got this link by searching for directions by public transit in NY, getting the link (top right hand corner dropdown, and replacing the destination I searched for with %s. The link did specify a date and time, I just deleting those, it defaults to current date and time. Possibly a lot of the additional tags are irrelevant as well, try deleting them and see.&lt;/your&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1808347</guid>
		<pubDate>Sun, 05 Jul 2009 14:59:26 -0800</pubDate>
		<dc:creator>Boobus Tuber</dc:creator>
	</item><item>
		<title>By: Boobus Tuber</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1808350</link>	
		<description>So to clarify, once you&apos;ve filled in your starting address and bookmarked it, typing gmap &lt;destination&gt; will give directions from fixed starting address to &lt;destination&gt;.&lt;/destination&gt;&lt;/destination&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1808350</guid>
		<pubDate>Sun, 05 Jul 2009 15:02:22 -0800</pubDate>
		<dc:creator>Boobus Tuber</dc:creator>
	</item><item>
		<title>By: Boobus Tuber</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1808355</link>	
		<description>And again, as triangular brackets are filtered out:&lt;br&gt;
&lt;br&gt;
So to clarify, once you&apos;ve filled in your starting address and bookmarked it, typing gmap [DESTINATIONADDRESS will give directions from fixed starting address to [DESTINATIONADDRESS].</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1808355</guid>
		<pubDate>Sun, 05 Jul 2009 15:04:09 -0800</pubDate>
		<dc:creator>Boobus Tuber</dc:creator>
	</item><item>
		<title>By: NickDouglas</title>
		<link>http://ask.metafilter.com/126582/Oneclick-subway-directions-from-home-on-Google-Maps#1813164</link>	
		<description>Thank you both so much! I used Boobus&apos;s URL and figured out that deleting &amp;amp;t=h makes the result a roadmap instead of a satellite image. Added a keyword and now I can get instant subway directions from my home by typing &quot;mp&quot; and the destination address. God I love efficiency.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.126582-1813164</guid>
		<pubDate>Wed, 08 Jul 2009 14:52:00 -0800</pubDate>
		<dc:creator>NickDouglas</dc:creator>
	</item>
	</channel>
</rss>
