<?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>Ein Karlsruher Bloggt! &#187; google maps</title>
	<atom:link href="http://blog.mynotiz.de/tag/google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mynotiz.de</link>
	<description>Java, PHP und alles rund ums Thema Informatik</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:22:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Google Maps Geocode per Adresse bekommen</title>
		<link>http://blog.mynotiz.de/programmieren/google-maps-geocode-per-adresse-bekommen-34/</link>
		<comments>http://blog.mynotiz.de/programmieren/google-maps-geocode-per-adresse-bekommen-34/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[geocode]]></category>
		<category><![CDATA[geocode von adresse]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[mit adresse]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.mynotiz.de/?p=34</guid>
		<description><![CDATA[Lange habe ich gesucht wie ich am schnellsten an die Google Geocodes einer bestimmten Adresse komme. Nun habe ich eine relativ simple Lösung für mein Problem gefunden. Und so einfach gehts. Was ihr für euren Webdienst lediglich braucht ist ein gültiger Google Key. Diesen bekommt ihr unter folgender URL: http://code.google.com/apis/maps/signup.html Einfach Folgende URL mit einer [...]
Ähnliche Beiträge:<ol>
<li><a href='http://blog.mynotiz.de/internet/google-chrome-der-neue-browser-22/' rel='bookmark' title='Google Chrome &#8211; Der neue Browser'>Google Chrome &#8211; Der neue Browser</a> <small>Google schickt mit Google Chrome einen neuen, schicken und rasend...</small></li>
<li><a href='http://blog.mynotiz.de/programmieren/php-tutorial-ajax-suche-aus-einer-mysql-datenbank-15/' rel='bookmark' title='PHP: Tutorial Ajax Suche aus einer MySQL Datenbank'>PHP: Tutorial Ajax Suche aus einer MySQL Datenbank</a> <small>Heute möchte ich euch zeigen wie man Schritt für Schritt...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Lange habe ich gesucht wie ich am schnellsten an die <strong>Google Geocodes einer bestimmten Adresse komme</strong>. Nun habe ich eine relativ simple Lösung für mein Problem gefunden.</p>
<p>Und so einfach gehts. Was ihr für euren Webdienst lediglich braucht ist ein <strong>gültiger Google Key</strong>. Diesen bekommt ihr unter folgender URL: <a href="http://code.google.com/apis/maps/signup.html" target="_blank">http://code.google.com/apis/maps/signup.html</a></p>
<p>Einfach Folgende URL mit einer bestimmten Adresse aufrufen. Hier im Beispiel <strong>Hauptstraße 80 in München</strong>.</p>
<p><span style="color: #000000;"><a href="http://maps.google.com/maps/geo?q=Hauptstraße 80 München&amp;output=csv&amp;key=XXXXXXXX" target="_blank">http://maps.google.com/maps/geo?<span><span>q</span><span>=Hauptstraße 80 München</span></span>&amp;<span><span>output</span>=csv</span>&amp;<span><span>key</span>=XXXXXXXXXXXXXX</span></a></span></p>
<p>Was ihr dann zurück bekommt sieht folgendermaßen aus:</p>
<p>200,8,48.0560813,11.6204950</p>
<p>Diese Parameter werden durch ein Komma getrennt. Unsere Geokoordinaten befinden sich am Ende dieses Strings. Unser Geocode würde wie folgt lauten:</p>
<p>x: <em>48.0560813 </em>| y: <em>11.6204950</em></p>
<p>Um an diese Parameter heranzukommen habe ich ein kleine PHP Funktion geschrieben .</p>
<p><a class="lightbox" href="/bilder/adresse2geocode.gif" rel="lightbox[34]"><img style="margin: 5px;" src="/bilder/adresse2geocode_thumb.gif" alt="" width="354" height="94" /></a></p>
<p>Quellcode: <a href="/howTo/adresse2geocode.txt" target="_blank">getCoorinates.php</a></p>
<p>Ich hoffe ich konnte euch helfen, Viel Spass damit!  <img src='http://blog.mynotiz.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:140px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.mynotiz.de%2Fprogrammieren%2Fgoogle-maps-geocode-per-adresse-bekommen-34%2F&amp;layout=button_count&amp;show_faces=false&amp;width=140&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=140px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://blog.mynotiz.de/programmieren/google-maps-geocode-per-adresse-bekommen-34/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.mynotiz.de/programmieren/google-maps-geocode-per-adresse-bekommen-34/"  data-text="Google Maps Geocode per Adresse bekommen" data-count="horizontal">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Ähnliche Beiträge:<ol>
<li><a href='http://blog.mynotiz.de/internet/google-chrome-der-neue-browser-22/' rel='bookmark' title='Google Chrome &#8211; Der neue Browser'>Google Chrome &#8211; Der neue Browser</a> <small>Google schickt mit Google Chrome einen neuen, schicken und rasend...</small></li>
<li><a href='http://blog.mynotiz.de/programmieren/php-tutorial-ajax-suche-aus-einer-mysql-datenbank-15/' rel='bookmark' title='PHP: Tutorial Ajax Suche aus einer MySQL Datenbank'>PHP: Tutorial Ajax Suche aus einer MySQL Datenbank</a> <small>Heute möchte ich euch zeigen wie man Schritt für Schritt...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mynotiz.de/programmieren/google-maps-geocode-per-adresse-bekommen-34/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

