<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>web/code - Google Maps</title>
    <link>http://webcode.lemme.at/</link>
    <description>Blog über das Web, PHP, Joomla, Ajax, Javascript, Patterns, ...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Wed, 10 Jun 2009 06:52:54 GMT</pubDate>

    <image>
        <url>http://webcode.lemme.at/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: web/code - Google Maps - Blog über das Web, PHP, Joomla, Ajax, Javascript, Patterns, ...</title>
        <link>http://webcode.lemme.at/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Google Maps API V3</title>
    <link>http://webcode.lemme.at/archives/37-Google-Maps-API-V3.html</link>
            <category>Ajax</category>
            <category>Google Maps</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/37-Google-Maps-API-V3.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    
&lt;p&gt;Google hat vor Kurzem einen ersten Ausblick auf die &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/maps/documentation/v3/&quot; title=&quot;Google Maps API V3 Dokumentation&quot;&gt;Version 3 der Maps API&lt;/a&gt; veröffentlicht. Neue Features sind mir beim ersten Blick nicht aufgefallen, dafür aber zwei Änderungen der Naming Konventionen:&lt;/p&gt;&lt;h3&gt;google.maps.* Namespace&lt;/h3&gt;&lt;p&gt;Die erste wichtige Änderung ist das Wegfallen des G-Präfix. So wird aus einem &lt;i&gt;GMarker&lt;/i&gt; ein &lt;i&gt;Marker&lt;/i&gt;, aus &lt;i&gt;GLatLng&lt;/i&gt; wird &lt;i&gt;LatLng&lt;/i&gt; und so weiter... Das heißt, eigentlich stimmt das so nicht. Denn die Maps API ist nun ganz in den Namespace der &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/ajax/&quot; title=&quot;Google Ajax APIs&quot;&gt;Google Ajax APIs&lt;/a&gt; integriert und damit wird aus &lt;i&gt;GMarker&lt;/i&gt; ein &lt;i&gt;google.maps.Marker&lt;/i&gt;, aus &lt;i&gt;GLatLng&lt;/i&gt; wird &lt;i&gt;google.maps.LatLng&lt;/i&gt; usw.&lt;/p&gt;&lt;p&gt;Eine Inkonsistenz, die mir beim ersten Drüberlesen aufgefallen ist, ist dass aus dem guten alten &lt;i&gt;GEvent&lt;/i&gt; nicht etwa &lt;span class=&quot;sourceRowText&quot;&gt;&lt;i&gt;google.maps.Event&lt;/i&gt; geworden ist, sondern &lt;/span&gt;&lt;span class=&quot;sourceRowText&quot;&gt;&lt;i&gt;google.maps.event&lt;/i&gt; (kleingeschrieben!).&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;Underscore statt Camel Case&lt;span class=&quot;sourceRowText&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;Das zweite, was mir beim Blick auf die &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/maps/documentation/v3/reference.html&quot; title=&quot;Google Maps API Referenz&quot;&gt;API Referenz&lt;/a&gt; auffällt ist, dass Methoden nicht mehr in Camel Case, sondern mit Unterstrichen geschrieben werden. Und das nicht mal konsistent. So existieren für das Map Objekt etwa die Methoden setOptions() und set_center(). Das ist meiner Meinung nach nicht nur unnötig, verwirrend und auch seltsam, sondern auch deswegen blöd, weil immer ein Zeichen mehr getippt werden muss und diese Art der Schreibweise in Javascript Libraries eigentlich überhaupt nicht state of the Art ist.&lt;/p&gt;&lt;p&gt;Wenn man einen Blick in die Referenz wagt wird man sehen, dass irgendwie noch zu wenig da ist (bzw. zu wenig dokumentiert ist) um sich ernsthaft mit der V3 zu beschäftigen. Aber bin mal gespannt ob die neue Version auch neue Features wie z.B. Reverse Geocoding ohne Workarounds...&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 07:31:23 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Google Maps API Error when using Wikipedia overlay</title>
    <link>http://webcode.lemme.at/archives/32-Google-Maps-API-Error-when-using-Wikipedia-overlay.html</link>
            <category>Google Maps</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/32-Google-Maps-API-Error-when-using-Wikipedia-overlay.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    
&lt;h3&gt;Error &amp;quot;i[hb] is not a function&amp;quot;&lt;/h3&gt;&lt;p&gt;In the current version of the Maps API you may have problems with the wikipedia or the Panoramio layer. &lt;/p&gt;&lt;p&gt;Load the previous version instead, which is according to &lt;a href=&quot;http://groups.google.de/group/Google-Maps-API/browse_thread/thread/e95cdeda124db5b5?fwc=1&quot; title=&quot;Google Groops&quot;&gt;this thread&lt;/a&gt; v2.149. Load it using&lt;/p&gt;&lt;pre class=&quot;javascript&quot; name=&quot;code&quot;&gt;google.load(&amp;quot;maps&amp;quot;, &amp;quot;2.149&amp;quot;);&lt;/pre&gt;&lt;p&gt;or&lt;/p&gt;&lt;pre class=&quot;html&quot; name=&quot;code&quot;&gt;&amp;lt;script src=&amp;quot;http://www.google.com/maps?file=googleapi&amp;amp;v=2.149&amp;amp;key=YOUR_KEY&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;&lt;/pre&gt;
 
    </content:encoded>

    <pubDate>Wed, 18 Mar 2009 11:33:19 +0100</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/32-guid.html</guid>
    <category>ajax</category>
<category>google maps</category>
<category>javascript</category>

</item>

</channel>
</rss>