<?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; longitude</title>
	<atom:link href="http://www.barattalo.it/tag/longitude/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>
	</channel>
</rss>

