<?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</title>
	<atom:link href="http://www.barattalo.it/category/google-maps/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>PHP Geocoding function, from address to coordinates lat long</title>
		<link>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/</link>
		<comments>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:19:36 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=707</guid>
		<description><![CDATA[This is a small function included in the Minibots Class that converts an address to a couple of coordinates Latitude, Longitude that can be used to place a marker on a map. This function uses Google&#8217;s geocoding service called with the file_get_contents function (CURL not needed). The result is decoded with a preg_match call that [...]


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/2010/10/06/php-function-embed-video-youtube-vimeo/' rel='bookmark' title='Php Function to resize video from YouTube and Vimeo'>Php Function to resize video from YouTube and Vimeo</a></li>
<li><a href='http://www.barattalo.it/2009/12/29/tiny-url-encode-and-decode-with-php/' rel='bookmark' title='Tiny url encode and decode with PHP'>Tiny url encode and decode with PHP</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2009/12/27/validate-email-with-smtp/' rel='bookmark' title='Validate email with smtp'>Validate email with smtp</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Decimal Degrees conversion and distance of two points on google map</title>
		<link>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/</link>
		<comments>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:06:43 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[degree]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[latlng]]></category>
		<category><![CDATA[longitude]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=219</guid>
		<description><![CDATA[Those two functions are usefull when you&#8217;re making Google Maps applications: When you show the coordinates of a point, it&#8217;s sometimes better to show them as degrees and not as deciaml (even if decimal is simpler). Each of the two coordinates can be converted with the same function. In the function call the &#8220;tipo&#8221; is [...]


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/09/parse-a-float-number-in-javascript/' rel='bookmark' title='Parse a float number in javascript'>Parse a float number in javascript</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/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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>
		<item>
		<title>Full Screen GControl for Google Maps</title>
		<link>http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/</link>
		<comments>http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:21:44 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[GControl]]></category>
		<category><![CDATA[Phoogle]]></category>
		<category><![CDATA[Phoogle2]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=156</guid>
		<description><![CDATA[Use with phoogle modified class: (see an example here) To use it in the phoogle modified class just turn it on by setting to true the showFSbutton propertie and include the fsaddon.js and the famous prototype.js file. To make this control work you also have to call the html element that contains the map &#8220;mapcontainer&#8221; [...]


Related posts:<ol><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/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/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/12/17/min-height-cross-browser-css/' rel='bookmark' title='Min height cross browser CSS'>Min height cross browser CSS</a></li>
<li><a href='http://www.barattalo.it/2009/11/12/cross-browser-opacity/' rel='bookmark' title='Cross browser opacity'>Cross browser opacity</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Phoogle Modified Class for Google Maps</title>
		<link>http://www.barattalo.it/2009/11/09/phoogle-modified-class-for-google-maps/</link>
		<comments>http://www.barattalo.it/2009/11/09/phoogle-modified-class-for-google-maps/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:07:38 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[GControl]]></category>
		<category><![CDATA[Phoogle]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=73</guid>
		<description><![CDATA[I was looking for a php class to use on Rockit.it to geo reference band, festivals, labels and other stuff. I found a pretty good one, named Phoogle. This class is easy to connect with db or other stuff, but there isn&#8217;t support for customizing the google map markers. So I wrote an Icon class [...]


Related posts:<ol><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/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/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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/09/phoogle-modified-class-for-google-maps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

