<?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/"
	>

<channel>
	<title>Geek is a lifestyle &#187; geolocation</title>
	<atom:link href="http://blog.amanjain.com/tag/geolocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amanjain.com</link>
	<description>Aman's Blog</description>
	<lastBuildDate>Wed, 06 Jan 2010 10:47:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Location information using Google api</title>
		<link>http://blog.amanjain.com/2008/12/google-location-api/</link>
		<comments>http://blog.amanjain.com/2008/12/google-location-api/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:58:37 +0000</pubDate>
		<dc:creator>Aman</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[google api]]></category>

		<guid isPermaLink="false">http://blog.amanjain.com/?p=74</guid>
		<description><![CDATA[Google Code Blog – google.loader.ClientLocation tells you the city, country, region, longitude and latitude based on the IP address of the client.
curl -i -s http://www.google.com/jsapi &#124; grep ClientLocation
google.loader.ClientLocation = {&#8221;latitude&#8221;:18.567,&#8221;longitude&#8221;:73.967,&#8221;address&#8221;:{&#8221;city&#8221;:&#8221;",&#8221;region&#8221;:&#8221;Maharashtra&#8221;,&#8221;country&#8221;:&#8221;India&#8221;,&#8221;country_code&#8221;:&#8221;IN&#8221;}};

Use http://www.google.com/jsapi and you get location information for free.
]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://google-code-updates.blogspot.com/2008/08/two-new-ways-to-location-enable-your.html">Google Code Blog</a> – <a rel="nofollow" href="http://code.google.com/apis/ajax/documentation/#ClientLocation">google.loader.ClientLocation</a> tells you the city, country, region, longitude and latitude based on the IP address of the client.</p>
<address>curl -i -s http://www.google.com/jsapi | grep ClientLocation</address>
<address>google.loader.ClientLocation = {&#8221;latitude&#8221;:18.567,&#8221;longitude&#8221;:73.967,&#8221;address&#8221;:{&#8221;city&#8221;:&#8221;",&#8221;region&#8221;:&#8221;Maharashtra&#8221;,&#8221;country&#8221;:&#8221;India&#8221;,&#8221;country_code&#8221;:&#8221;IN&#8221;}};</address>
<pre>
Use <em>http://www.google.com/jsapi</em> and you get location information for free.</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.amanjain.com/2008/12/google-location-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
