<?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: Decoding Google Maps Encoded Polylines using PHP</title>
	<atom:link href="http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/</link>
	<description>the home of peter chng</description>
	<pubDate>Wed, 07 Jan 2009 21:22:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Chng</title>
		<link>http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/comment-page-1/#comment-131453</link>
		<dc:creator>Peter Chng</dc:creator>
		<pubDate>Wed, 29 Oct 2008 02:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=361#comment-131453</guid>
		<description>The function is for taking an encoded polyline; it then returns an array of the points that make up the polyline.

The polyline is an encoded string according to &lt;a href="http://code.google.com/apis/maps/documentation/polylinealgorithm.html" rel="nofollow"&gt;Google's polyline algorithm&lt;/a&gt;.

This is not a standalone script, it is merely a function that you can use in your own application.</description>
		<content:encoded><![CDATA[<p>The function is for taking an encoded polyline; it then returns an array of the points that make up the polyline.</p>
<p>The polyline is an encoded string according to <a href="http://code.google.com/apis/maps/documentation/polylinealgorithm.html" rel="nofollow">Google&#8217;s polyline algorithm</a>.</p>
<p>This is not a standalone script, it is merely a function that you can use in your own application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolas</title>
		<link>http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/comment-page-1/#comment-128307</link>
		<dc:creator>nicolas</dc:creator>
		<pubDate>Tue, 07 Oct 2008 02:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=361#comment-128307</guid>
		<description>dud, how i use this script? what variable do i parse

grettings from chile</description>
		<content:encoded><![CDATA[<p>dud, how i use this script? what variable do i parse</p>
<p>grettings from chile</p>
]]></content:encoded>
	</item>
</channel>
</rss>
