<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Maps Has Become a Real Trip Planner</title>
	<atom:link href="http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/</link>
	<description>Connecting the dots ...</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:03:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Liam</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-17785</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-17785</guid>
		<description>@Anonymous &quot;the trivial brute-force algorithm runs reasonably fast in javascript for up to 9 destinations&quot;

The problem with this is that the brute force algorithm requires the &#039;cost&#039; of every possible trip to be known. For nine destinations that requires 36 driving times to be calculated, which is not feasible.</description>
		<content:encoded><![CDATA[<p>@Anonymous &#8220;the trivial brute-force algorithm runs reasonably fast in javascript for up to 9 destinations&#8221;</p>
<p>The problem with this is that the brute force algorithm requires the &#8216;cost&#8217; of every possible trip to be known. For nine destinations that requires 36 driving times to be calculated, which is not feasible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Maps &#171; Jen Hone Best&#8217;s Blog</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-16891</link>
		<dc:creator>Google Maps &#171; Jen Hone Best&#8217;s Blog</dc:creator>
		<pubDate>Wed, 18 Mar 2009 06:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-16891</guid>
		<description>[...] maps before and used them to help me get from point a to point b. However I had never thought about using it as a trip planner. It is amazing how easy it is to find and pinpoint main attractions and then to add content such as [...]</description>
		<content:encoded><![CDATA[<p>[...] maps before and used them to help me get from point a to point b. However I had never thought about using it as a trip planner. It is amazing how easy it is to find and pinpoint main attractions and then to add content such as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1089</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 Jul 2007 06:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1089</guid>
		<description>Yes, the traveling salesman problem is NP-hard, but the trivial brute-force algorithm runs reasonably fast in javascript for up to 9 destinations. I suspect many real-life cases will not exceed this. Anyway, it&#039;s not hard to get within 1-2% of the optimal solutions in cases with more destinations using heuristics such as ant colony optimization and local optimization of the trip. A demo which uses the Google Maps API can be found at gebweb.net/optimap

</description>
		<content:encoded><![CDATA[<p>Yes, the traveling salesman problem is NP-hard, but the trivial brute-force algorithm runs reasonably fast in javascript for up to 9 destinations. I suspect many real-life cases will not exceed this. Anyway, it&#8217;s not hard to get within 1-2% of the optimal solutions in cases with more destinations using heuristics such as ant colony optimization and local optimization of the trip. A demo which uses the Google Maps API can be found at gebweb.net/optimap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1093</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Feb 2007 11:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1093</guid>
		<description>Yes, the retail version of Mappoint will break a trip out into days, depending on how much you want to drive each day, and even schedule rest stops. I don&#039;t know if the web version does this.

</description>
		<content:encoded><![CDATA[<p>Yes, the retail version of Mappoint will break a trip out into days, depending on how much you want to drive each day, and even schedule rest stops. I don&#8217;t know if the web version does this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1092</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Dec 2006 06:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1092</guid>
		<description>About twice a year, I take off for a cross-country trip.  For years I&#039;ve wanted a map tool that let&#039;s me put in start, and destination, and then the map auto-splits the route into daily drivable distances. (eg. Day 1: LA-PHX; Day 2: PHX-DAL, etc.)

Neither the new Google Maps, or Yahoo Maps (beta) does this.

Does anyone know if such a beast exists?

</description>
		<content:encoded><![CDATA[<p>About twice a year, I take off for a cross-country trip.  For years I&#8217;ve wanted a map tool that let&#8217;s me put in start, and destination, and then the map auto-splits the route into daily drivable distances. (eg. Day 1: LA-PHX; Day 2: PHX-DAL, etc.)</p>
<p>Neither the new Google Maps, or Yahoo Maps (beta) does this.</p>
<p>Does anyone know if such a beast exists?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1091</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Dec 2006 04:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1091</guid>
		<description>Microsoft&#039;s MapPoint web-service has had this feature since 2003. Wait, Microsoft never innovates and only copies other companies. Sorry, I forgot.

</description>
		<content:encoded><![CDATA[<p>Microsoft&#8217;s MapPoint web-service has had this feature since 2003. Wait, Microsoft never innovates and only copies other companies. Sorry, I forgot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1090</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Dec 2006 03:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1090</guid>
		<description>They have real time traffic now in Chicago. I use it all the time on my Treo 650.

</description>
		<content:encoded><![CDATA[<p>They have real time traffic now in Chicago. I use it all the time on my Treo 650.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1088</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Dec 2006 21:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1088</guid>
		<description>Automatically optimizing the route is not quite a trivial problem.  In fact it&#039;s one of the classic &quot;hard&quot; computational problems in computer science.  Do a search for &quot;traveling salesman problem&quot;.

</description>
		<content:encoded><![CDATA[<p>Automatically optimizing the route is not quite a trivial problem.  In fact it&#8217;s one of the classic &#8220;hard&#8221; computational problems in computer science.  Do a search for &#8220;traveling salesman problem&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1087</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Dec 2006 21:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1087</guid>
		<description>while it&#039;s nice, they definitely should be able to auto-optimize the route.  also, each point should have a unique icon to distinguish it!

</description>
		<content:encoded><![CDATA[<p>while it&#8217;s nice, they definitely should be able to auto-optimize the route.  also, each point should have a unique icon to distinguish it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1086</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Dec 2006 20:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zoliblog.com/2006/12/19/google-maps-has-become-a-real-trip-planner/#comment-1086</guid>
		<description>Is it really ~that~ hard for Google to find the optimized route for me rather than me having to shuffle the routes? That would be of real value. Like I really want to sit there trying every permutation until voila, I magically found the shortest/fastest route.  Try harder.

</description>
		<content:encoded><![CDATA[<p>Is it really ~that~ hard for Google to find the optimized route for me rather than me having to shuffle the routes? That would be of real value. Like I really want to sit there trying every permutation until voila, I magically found the shortest/fastest route.  Try harder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
