<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Learning Google Maps API</title>
	<atom:link href="http://learninggooglemaps.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learninggooglemaps.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 02 Mar 2009 13:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='learninggooglemaps.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Learning Google Maps API</title>
		<link>http://learninggooglemaps.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://learninggooglemaps.wordpress.com/osd.xml" title="Learning Google Maps API" />
	<atom:link rel='hub' href='http://learninggooglemaps.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Day 4 &#8211; a bit more of KML, custom icons and info boxes</title>
		<link>http://learninggooglemaps.wordpress.com/2009/03/02/day-4-a-bit-more-of-kml-custom-icons-and-info-boxes/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/03/02/day-4-a-bit-more-of-kml-custom-icons-and-info-boxes/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 10:45:42 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Progress]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=22</guid>
		<description><![CDATA[I have read few articles about KML, creating KML documents, loading KML documents into Google Earth and Google Maps&#8230; And must admit it&#8217;s pretty much straight forward task. There is great article describing how to create KML files using PHP4 and PHP5. One thing to note (that I have read in other place): When a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=22&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have read few articles about KML, creating KML documents, loading KML documents into Google Earth and Google Maps&#8230; And must admit it&#8217;s pretty much straight forward task. </p>
<p>There is great <a href="http://code.google.com/support/bin/answer.py?answer=69906&amp;topic=11367">article describing how to create KML files using PHP4 and PHP5</a>. </p>
<p>One thing to note (that I have read in other place):</p>
<blockquote><p>When a call is made from the client (Google Earth) to the server, the server must (1) return a response code of HTTP 200 and (2) set the response&#8217;s content type to <code>text/plain</code> or <code>application/vnd.google-earth.kml+xml</code>.
</p></blockquote>
<p>At this point there are still two things missing in GoogleMaps jigsaw:</p>
<ul>
<li>how to change the draggable icon image, so it still shows the &#8216;cloud info&#8217;</li>
<li>how to create a box with checkboxes to switch off and on the overlayed KML data layers</li>
</ul>
<p>After a while it seams like the first issue has been solved by itself&#8230; I&#8217;ve added <code>G_DEFAULT_ICON</code> to my GIcon definition and it started to work<br />
<code>icon = new GIcon(G_DEFAULT_ICON);</code></p>
<p>Reply on the second issue I&#8217;ve managed to find here:<br />
<a href="http://gmaps-samples.googlecode.com/svn/trunk/ggeoxml/ggeoxml_loader.html">http://gmaps-samples.googlecode.com/svn/trunk/ggeoxml/ggeoxml_loader.html<br />
</a><br />
Haven&#8217;t tested it yet, but looks fairly simple to implement. </p>
<p>BTW, had a while working with Info Boxes (you know, those white Clouds) and there is quite a lot you can do with them, to get the ball-park idea have a look <a href="http://www.svennerberg.com/2009/02/working-with-info-windows-in-google-maps/#GInfoWindowOption">here</a>. </p>
<p>Ah, and <a href="http://econym.org.uk/gmap/index.htm">this tutorial</a> is fantastic! Number of articles and examples huge&#8230; I would even say overwhelming. ALthough, to be honest Google Maps Documentation seams to be all you may need during the way. At least it did well to me. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=22&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/03/02/day-4-a-bit-more-of-kml-custom-icons-and-info-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 3 &#8211; What the heck is KML?</title>
		<link>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-what-the-heck-is-kml/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-what-the-heck-is-kml/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:46:38 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[KML]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=16</guid>
		<description><![CDATA[Right, as per Google Code KML Tutorial: KML is a file format used to display geographic data in an Earth browser such as Google Earth, Google Maps, and Google Maps for mobile. KML uses a tag-based structure with nested elements and attributes and is based on the XML standard. All tags are case-sensitive and must [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=16&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right, as per <a href="http://code.google.com/intl/pl/apis/kml/documentation/kml_tut.html">Google Code KML Tutorial</a>:</p>
<blockquote><p>KML is a file format used to display geographic data in an Earth browser such as Google Earth, Google Maps, and Google Maps for mobile. KML uses a tag-based structure with nested elements and attributes and is based on the XML standard. All tags are case-sensitive and must be appear exactly as they are listed in the KML Reference. The Reference indicates which tags are optional. Within a given element, tags must appear in the order shown in the Reference.</p></blockquote>
<p>Using KML you can position on the map following &#8220;objects&#8221;: placemarks, descriptions, ground overlays, paths, and polygons. </p>
<p>Smaple KML document:<br />
<code><br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;kml xmlns="http://www.opengis.net/kml/2.2"&gt;<br />
  &lt;Document&gt;<br />
    &lt;Placemark&gt;<br />
      &lt;name&gt;CDATA example&lt;/name&gt;<br />
      &lt;description&gt;<br />
        &lt;![CDATA[<br />
          &lt;h1&gt;CDATA Tags are useful!&lt;/h1&gt;<br />
          &lt;p&gt;&lt;font color="red"&gt;Text is &lt;i&gt;more readable&lt;/i&gt; and<br />
          &lt;b&gt;easier to write&lt;/b&gt; when you can avoid using entity<br />
          references.&lt;/font&gt;&lt;/p&gt;<br />
        ]]&gt;<br />
      &lt;/description&gt;<br />
      &lt;Point&gt;<br />
        &lt;coordinates&gt;102.595626,14.996729&lt;/coordinates&gt;<br />
      &lt;/Point&gt;<br />
    &lt;/Placemark&gt;<br />
  &lt;/Document&gt;<br />
&lt;/kml&gt;<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=16&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-what-the-heck-is-kml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 3 &#8211; Meeting Google Maps Services</title>
		<link>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-meeting-google-maps-services/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-meeting-google-maps-services/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:55:21 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=13</guid>
		<description><![CDATA[OK, I always knew Google folks are superb, but today thanks to them I have seen streets of San Francisco, New York Ground Zero and Wall Street &#8211; all in 5 minutes! Normally I would be angry with myself that I got distracted from what I really was meant to do, but&#8230; man, that was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=13&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK, I always knew Google folks are superb, but today thanks to them I have seen streets of San Francisco, New York Ground Zero and Wall Street &#8211; all in 5 minutes! Normally I would be angry with myself that I got distracted from what I really was meant to do, but&#8230; man, that was GREAT! </p>
<p>But going back to business&#8230; Geocoding using JavaScript is piece of piss&#8230; <code>geocoder.getLatLng()</code> is doing all for you.<br />
So I was able to create a simple address lookup, which sets the marker on the map&#8230; easy! My only worry now is, when I want to make this marker dragabble, it seams like I can&#8217;t have the custom icon&#8230; I mean I can, but then the &#8216;cloud info&#8217; is not appearing. There definitely has to be a way of solving this. Give me some time. </p>
<p>I have learnt about KML and RSS goecoding&#8230; or rather map overlaying &#8211; and this will have huge impact on what I&#8217;m going to develop. Let me draft you the idea of using KML to overlay markers on the map (as I understand this up to know). Say you are dealing with many locations, which number constantly grows &#8211; users adding new locations. My initial way of thisking was &#8220;easy, just get the lat/lng of each location, store them in db and load on the map when necesary&#8221; &#8211; and this was so wrong! Maybe not wrong, as this would work, but very inefficient. Go we can tackle this a bit better? Using KML (or GeoRSS). Keep adding user-data to DB, but to display all markers on the map (can be divided into categories for easy switching on/off) create dynamically updated on each INSERT KML file (this is simple XML really). When the map is requested there are no DB queries, no time taken by PHP to parse them, nothing at all&#8230; just simple file loading! Isn&#8217;t that beautiful?<br />
Also, if my understanding is correct, you can even compress KML file using ZIP format and it becomes KMZ which can also be loaded into GoogleMap. </p>
<p>KML (KMZ) and GeoRSS (which sounds like same thing done in a different format to me) is my current learning direction, so stay tuned. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=13&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/02/27/day-3-meeting-google-maps-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 2 &#8211; links</title>
		<link>http://learninggooglemaps.wordpress.com/2009/02/26/day-2-links/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/02/26/day-2-links/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:25:30 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve found two more links which may be worth looking at: http://mapki.com/wiki/Main_Page &#8211; especially its huge tutorials sections http://koti.mbnet.fi/ojalesa/exam/index.html &#8211; handful of GoogleMaps examples<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=10&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found two more links which may be worth looking at:</p>
<p><a href="http://mapki.com/wiki/Main_Page">http://mapki.com/wiki/Main_Page</a>  &#8211; especially its huge <a href="http://mapki.com/wiki/Tools:Tutorials">tutorials sections</a></p>
<p><a href="http://koti.mbnet.fi/ojalesa/exam/index.html">http://koti.mbnet.fi/ojalesa/exam/index.html</a> &#8211; handful of GoogleMaps examples</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=10&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/02/26/day-2-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 2</title>
		<link>http://learninggooglemaps.wordpress.com/2009/02/26/day-2/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/02/26/day-2/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:58:17 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=6</guid>
		<description><![CDATA[OK, have just started from reading Google Maps API Introduction and Basics sections. No magic up to this point. Although there is few things worth remembering: use onunload="GUnload()" inside your body tag page encoding should be utf-8, to use something different add eg. &#8216;oe=iso-8859-2&#8242; to the api path (this is not recommended!) map.setCenter() must be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=6&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK, have just started from reading Google Maps API Introduction and <a href="http://code.google.com/intl/pl/apis/maps/documentation/introduction.html">Basics</a> sections. </p>
<p>No magic up to this point. Although there is few things worth remembering:</p>
<ul>
<li>use <code> onunload="GUnload()"</code> inside your body tag</li>
<li>page encoding should be utf-8, to use something different  add eg. &#8216;oe=iso-8859-2&#8242; to the api path (this is not recommended!)</li>
<li><code>map.setCenter()</code> must be set before any other operation on the map</li>
<li><code>getBounds()</code> you can get the dimentions of the current viewport</li>
<li><code>getZoom()</code> you can get current zoom (0-20)</li>
<li><code>GMap2.disableDragging()</code> method disables the ability to click and drag the map to a new location.</li>
</ul>
<p>You can use <code>map.setMapType(G_SATELLITE_MAP);</code> to set one of those types of maps:</p>
<ul>
<li>G_NORMAL_MAP displays the default road map view</li>
<li>G_SATELLITE_MAP displays Google Earth satellite images</li>
<li>G_HYBRID_MAP displays a mixture of normal and satellite views</li>
<li>G_DEFAULT_MAP_TYPES contains an array of the above three types, useful for iterative processing.</li>
<li>G_PHYSICAL_MAP displays a physical map based on terrain information. </li>
</ul>
<p>Using <code>map.addControl(new GLargeMapControl());</code> you can show numerous different controls to allow user interaction with the map</p>
<ul>
<li>GLargeMapControl3D &#8211; a large pan/zoom control as now used on Google Maps. Appears in the top left corner of the map by default.</li>
<li>GLargeMapControl &#8211; a simpler large pan/zoom control. Appears in the top left corner of the map by default.</li>
<li>GSmallMapControl &#8211; a smaller pan/zoom control. Appears in the top left corner of the map by default.</li>
<li>GSmallZoomControl3D &#8211; a small zoom control (with no panning controls) as now used on Google Maps.</li>
<li>GSmallZoomControl &#8211; a small zoom control (no panning controls) used in the small map blowup windows used to display driving directions steps on Google Maps.</li>
<li>GScaleControl &#8211; a map scale</li>
<li>GMapTypeControl &#8211; buttons that let the user toggle between map types (such as Map and Satellite)</li>
<li>GHierarchicalMapTypeControl &#8211; a selection of nested buttons and menu items for placing many map type selectors.</li>
<li>GOverviewMapControl &#8211; a collapsible overview map in the corner of the screen</li>
</ul>
<p>Other than that, only from Google Maps API, I have learnt today what Events, Controls and Layers (and other Overlays) are. To be honest, it&#8217;s good to know this stuff, but this doesn&#8217;t move me any further with satisfying my GoogleMaps needs. But I am good hope&#8230; tomorrow Google Maps Services, which means loads of fun with Geocoding. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=6&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/02/26/day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
		<item>
		<title>Day1</title>
		<link>http://learninggooglemaps.wordpress.com/2009/02/24/day1/</link>
		<comments>http://learninggooglemaps.wordpress.com/2009/02/24/day1/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:01:18 +0000</pubDate>
		<dc:creator>Young Manager</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://learninggooglemaps.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi there, This is just a kind-of-notepad for me to put down my notes about learning Google Maps API. I thought it may be of some use to anyone else, hence the idea of using WordPress. As I&#8217;m starting tomorrow&#8230; here are just few quick links I got when Google GoogleMaps API: http://code.google.com/intl/pl/apis/maps/documentation/ http://web4you.com.pl/ http://econym.org.uk/gmap/ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=3&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>This is just a kind-of-notepad for me to put down my notes about learning Google Maps API. I thought it may be of some use to anyone else, hence the idea of using WordPress.</p>
<p>As I&#8217;m starting tomorrow&#8230; here are just few quick links I got when Google GoogleMaps API:</p>
<p><a href="http://code.google.com/intl/pl/apis/maps/documentation/">http://code.google.com/intl/pl/apis/maps/documentation/</a></p>
<p><a href="http://web4you.com.pl/">http://web4you.com.pl/</a></p>
<p><a href="http://econym.org.uk/gmap/">http://econym.org.uk/gmap/</a></p>
<p>Hopefully this enables me to crack on tomorrow&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learninggooglemaps.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learninggooglemaps.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learninggooglemaps.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learninggooglemaps.wordpress.com&amp;blog=6715688&amp;post=3&amp;subd=learninggooglemaps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learninggooglemaps.wordpress.com/2009/02/24/day1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/64af3656e983f93591a8c4be67b7f53a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Young Manager</media:title>
		</media:content>
	</item>
	</channel>
</rss>
