<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; Google Maps v3</title>
	<atom:link href="http://www.barattalo.it/tag/google-maps-v3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ruler for Google Maps v3 to measure distance on map</title>
		<link>http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/</link>
		<comments>http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 08:30:04 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[Google Maps v3]]></category>
		<category><![CDATA[measure]]></category>
		<category><![CDATA[ruler]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=229</guid>
		<description><![CDATA[I&#8217;ve made a ruler to measure distances on a Google Map V3. The file Ruler.js contains a two function: one to calculate the distance between two points on the map with their position expressed in decimal degrees, and one function that add the ruler. Ther &#8220;ruler&#8221; is composed with two markers, a poly and two [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/' rel='bookmark' title='Decimal Degrees conversion and distance of two points on google map'>Decimal Degrees conversion and distance of two points on google map</a></li>
<li><a href='http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/' rel='bookmark' title='Clustering many markers with Google Maps v3'>Clustering many markers with Google Maps v3</a></li>
<li><a href='http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/' rel='bookmark' title='Full Screen GControl for Google Maps'>Full Screen GControl for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/phoogle-modified-class-for-google-maps/' rel='bookmark' title='Phoogle Modified Class for Google Maps'>Phoogle Modified Class for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/' rel='bookmark' title='Parse a float number in javascript'>Parse a float number in javascript</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2009/12/ruler-300x240.jpg" length="40226" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2009/12/ruler-300x240.jpg" width="300" height="240" medium="image" type="image/jpeg" />	</item>
		<item>
		<title>Clustering many markers with Google Maps v3</title>
		<link>http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/</link>
		<comments>http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 11:36:57 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[Google Maps v3]]></category>
		<category><![CDATA[Phoogle]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=194</guid>
		<description><![CDATA[I&#8217;ve found this blog where Matthias Burtscher converted the Marker Cluster (like the Phoogle2) for Google Maps API v.3. Since I&#8217;m starting to develop some v3 application, I&#8217;m very happy: http://blog.fusonic.net/archives/195 Related posts:Ruler for Google Maps v3 to measure distance on map Full Screen GControl for Google Maps Decimal Degrees conversion and distance of two [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/' rel='bookmark' title='Ruler for Google Maps v3 to measure distance on map'>Ruler for Google Maps v3 to measure distance on map</a></li>
<li><a href='http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/' rel='bookmark' title='Full Screen GControl for Google Maps'>Full Screen GControl for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/' rel='bookmark' title='Decimal Degrees conversion and distance of two points on google map'>Decimal Degrees conversion and distance of two points on google map</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/phoogle-modified-class-for-google-maps/' rel='bookmark' title='Phoogle Modified Class for Google Maps'>Phoogle Modified Class for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/' rel='bookmark' title='PHP Geocoding function, from address to coordinates lat long'>PHP Geocoding function, from address to coordinates lat long</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

