<?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>OneMarco &#187; Geocoding</title>
	<atom:link href="http://onemarco.com/tag/geocoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://onemarco.com</link>
	<description>Web development in the age of Web 2.0</description>
	<lastBuildDate>Fri, 18 Feb 2011 06:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Batch Geocoding with the Google Maps API</title>
		<link>http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/</link>
		<comments>http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 23:52:45 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/</guid>
		<description><![CDATA[I&#8217;ve been working more and more with the Google Maps API recently. And one thing strikes me as odd; it&#8217;s difficult to find examples of how to retrieve geocodes for addresses. If you&#8217;re going to implement the API in a &#8230; <a href="http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="/examples/Geocoder/sample.jpg" alt="tooltip sample" class="sample" />I&#8217;ve been working more and more with the Google Maps API recently.  And one thing strikes me as odd; it&#8217;s difficult to find examples of how to retrieve geocodes for addresses.  If you&#8217;re going to implement the API in a website, you usually have to take multiple addresses and convert them to geocodes.  But how do you do this?</p>
<p>Enter <a href="/examples/Geocoder">Geocoder</a>. You may be asking yourself, &#8220;Who&#8217;s Geocoder?&#8221;  No, no my friend; Geocoder is not a who, it&#8217;s a what.  It is a little web app that will retrieve the coordinates of any address (known to Google Maps), using the Google Maps API. The beautiful thing about Geocoder is that it allows you to perform batch retrievals using any character(s) to separate the records.  Geocoder also gives you the ability to drop a draggable marker onto the map and it will tell you the coordinates of the location you move it to.  This is extremely helpful for locations without addresses.  And best of all, Geocoder is completely free and onemarco.com-independent.  &#8220;How,&#8221; you ask?  Simple, you can download Geocoder and insert your Google Maps API key in the index file. It will run on any web server as long as you have an API key.  I&#8217;ve even zipped it up into a convenient archive so that you can download all the files with one click.</p>
<p>Geocoder is free to use for any reason without any restrictions. Just credit me if you redistribute it.</p>
<div><a href="/examples/Geocoder">View</a> Geocoder in action.<br/><a href="/examples/Geocoder/Geocoder.zip">Download</a> Geocoder.zip.</div>
<p>P.S. I would like to thank Simon Reynolds for designing my masthead.  You can check out his blog at <a href="http://www.sr28.com/">SR28.com</a> and his artwork at <a href="http://www.4storystudio.com/">4StoryStudio.com</a>. His blog is designed beautifully.</p>]]></content:encoded>
			<wfw:commentRss>http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

