<?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: How do I include a link to driving directions in an embedded Google Map?</title>
	<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map/</link>
	<description>Comments on Ask MetaFilter post How do I include a link to driving directions in an embedded Google Map?</description>
	<pubDate>Fri, 29 Jun 2007 15:14:38 -0800</pubDate>
	<lastBuildDate>Fri, 29 Jun 2007 15:14:38 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I include a link to driving directions in an embedded Google Map?</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map</link>	
		<description>What is the best way to embed a Google Map of a business&apos;s location, including a link to driving directions? &lt;br /&gt;&lt;br /&gt; This is for a small business&apos;s website. All I want is a small embedded map of the business&apos;s location, with a standard pop-up flag including links for driving directions, the address, etc. (Basically like what you see &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=foo&amp;sll=33.751836,-84.329203&amp;sspn=0.026762,0.039053&amp;ie=UTF8&amp;om=1&amp;ll=33.826647,-84.118195&amp;spn=0.106953,0.156212&amp;z=13&amp;iwloc=B&quot;&gt;here&lt;/a&gt;, but without the extra search results on the left-hand side.&lt;br&gt;
&lt;br&gt;
If there&apos;s a better input method for requesting driving directions, that would be fine too.&lt;br&gt;
&lt;br&gt;
I would think that providing a map &amp;amp; driving directions to a specific business would be one of the most common uses of the &lt;a href=&quot;http://www.google.com/apis/maps/&quot;&gt;Google Maps API&lt;/a&gt;, but I don&apos;t see any examples of what I&apos;m looking for. Surely, there must be a simple, standard way to provide driving directions on your website... Right?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.65925</guid>
		<pubDate>Fri, 29 Jun 2007 14:55:08 -0800</pubDate>
		<dc:creator>designbot</dc:creator>
		
			<category>Google</category>
		
			<category>Maps</category>
		
			<category>web</category>
		
			<category>design</category>
		
			<category>driving</category>
		
			<category>directions</category>
		
			<category>API</category>
		
			<category>embedded</category>
		
	</item> <item>
		<title>By: null terminated</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990405</link>	
		<description>Here&apos;s an example of using driving directions with the &lt;a href=&quot;http://www.google.com/apis/maps/documentation/directionsAdvanced.html&quot;&gt;Google Maps API&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
You could simply hard code the &quot;To&quot; address (&quot;Mountain View&quot; in their example) and your users would be able to enter their own address.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990405</guid>
		<pubDate>Fri, 29 Jun 2007 15:14:38 -0800</pubDate>
		<dc:creator>null terminated</dc:creator>
	</item><item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990464</link>	
		<description>You could hard code it &lt;a href=&quot;http://www.frontlineyouth.com/map.html&quot;&gt; within an iframe&lt;/a&gt; &lt;small&gt;[somewhat self link]&lt;/small&gt;. Not the prettiest method, but oh-so-simple.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990464</guid>
		<pubDate>Fri, 29 Jun 2007 16:29:20 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990466</link>	
		<description>...which is actually kinda what you link to, so may not work for you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990466</guid>
		<pubDate>Fri, 29 Jun 2007 16:29:53 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: jmnugent</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990593</link>	
		<description>I recommend &lt;a href=&quot;http://www.communitywalk.com/&quot;&gt;www.communitywalk.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Create the map just the way you like it.. then click on the &quot;Share/Export&quot; tab and copy the code to your own website.&lt;br&gt;
&lt;br&gt;
Pretty dead simple.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990593</guid>
		<pubDate>Fri, 29 Jun 2007 18:40:58 -0800</pubDate>
		<dc:creator>jmnugent</dc:creator>
	</item><item>
		<title>By: hincandenza</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990779</link>	
		<description>Um, so I&apos;m confused.  I guess I have one of two answers:&lt;br&gt;
1) If all you want is a map on your own site showing &quot;here&apos;s where we are!&quot; then why not just do a print-screen of that map, slap it into mspaint and save it as a .jpg and host that?  It does not need to be an embeddable interactive map, does it?&lt;br&gt;
&lt;br&gt;
2) If you want interactivity- showing a mapping app on your site that can provide directions to your store from wherever the customer says they&apos;re starting from- then why assume that Google is your only option?  &lt;br&gt;
&lt;br&gt;
I&apos;m horribly biased, but I&apos;ve always felt that MSN&apos;s virtualearth is a vastly better mapping program than Google&apos;s- it&apos;s slicker, was &lt;i&gt;&lt;b&gt;way&lt;/b&gt;&lt;/i&gt;&lt;/b&gt; ahead of google on some nice interactivity and usability features (&lt;i&gt;bird&apos;s eye view, scroll wheel support, permalinks which included the ability to permalink pushpins and notes- great for making walking tours, etc, etc&lt;/i&gt;), and has a great &lt;b&gt;&lt;a href=&quot;http://dev.live.com/virtualearth/sdk/&quot;&gt;SDK&lt;/a&gt;&lt;/b&gt;- which, oh by the way, supports driving directions and customizable layout thereof.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990779</guid>
		<pubDate>Fri, 29 Jun 2007 23:12:35 -0800</pubDate>
		<dc:creator>hincandenza</dc:creator>
	</item><item>
		<title>By: nakedcodemonkey</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#990802</link>	
		<description>Google Maps API is for developers.  For your extremely modest needs, it&apos;s overkill.  Not to mention painful.  Just use Google My Maps.  It takes longer to &lt;a href=&quot;http://maps.google.com/support/bin/answer.py?answer=68480&quot;&gt;read their instructions&lt;/a&gt; than it does to actually create the map, make it public, and paste the link into your webpage.  Dead simple.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-990802</guid>
		<pubDate>Fri, 29 Jun 2007 23:43:12 -0800</pubDate>
		<dc:creator>nakedcodemonkey</dc:creator>
	</item><item>
		<title>By: designbot</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#992761</link>	
		<description>Thanks for the answers so far. I&apos;m still not really seeing anything as straightforward as I had hoped for.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;null terminated&lt;/i&gt;: That option will require more code tweaking than I was hoping for, and doesn&apos;t give you any decent printing options.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;niles&lt;/i&gt;: That&apos;s functional, but I can&apos;t bring myself to have the full Google toolbar across the top of an embedded frame.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;jmnugent&lt;/i&gt;: That &lt;i&gt;might&lt;/i&gt; work. I&apos;ll have to look at it further. I don&apos;t like the embedded ads or the Community Walk banner.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;hicandenza&lt;/i&gt;: I want a map that includes a link for driving directions. Interactivity would be a bonus. I might just have to fake this myself. Your MSN SDK link comes up as an almost-blank page in Safari, so I don&apos;t think that&apos;s going to work for me.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;nakedcodemonkey&lt;/i&gt;: I don&apos;t see a way to do this with My Maps. I don&apos;t even see an embedding option.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-992761</guid>
		<pubDate>Mon, 02 Jul 2007 14:20:36 -0800</pubDate>
		<dc:creator>designbot</dc:creator>
	</item><item>
		<title>By: nakedcodemonkey</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#993690</link>	
		<description>&lt;a href=&quot;http://mymapsplus.com/&quot;&gt;My Maps Plus&lt;/a&gt;, &lt;a href=&quot;http://www.dr2ooo.com/tools/maps/&quot;&gt;Embed Google MyMaps&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-993690</guid>
		<pubDate>Tue, 03 Jul 2007 09:13:01 -0800</pubDate>
		<dc:creator>nakedcodemonkey</dc:creator>
	</item><item>
		<title>By: designbot</title>
		<link>http://ask.metafilter.com/65925/How-do-I-include-a-link-to-driving-directions-in-an-embedded-Google-Map#1045378</link>	
		<description>For future reference, I discovered by accident that Google Maps has a brand-new feature that does exactly this, without going through the API at all.&lt;br&gt;
&lt;br&gt;
Now, when you click on &quot;Link to this page&quot; from a Google map, it gives you a customizable snippet of HTML to paste into your own webpage. It works great!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.65925-1045378</guid>
		<pubDate>Fri, 24 Aug 2007 10:44:25 -0800</pubDate>
		<dc:creator>designbot</dc:creator>
	</item>
	</channel>
</rss>
