<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Google Maps API 3 &#8211; The basics</title>
	<atom:link href="http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/</link>
	<description>A blog about web developement and usability.</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:17:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-15575</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-15575</guid>
		<description>&lt;strong&gt;Rheal&lt;/strong&gt; Yes you can do that, but you need to perform the geocoding first and store the LatLng in a variable that you use later when initializing the map.</description>
		<content:encoded><![CDATA[<p><strong>Rheal</strong> Yes you can do that, but you need to perform the geocoding first and store the LatLng in a variable that you use later when initializing the map.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rheal</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-15567</link>
		<dc:creator>Rheal</dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-15567</guid>
		<description>Do you know if it&#039;s possible to use geocode instead of latlng when initializing the script?
So instead of 
var latlng = new google.maps.LatLng(57.8, 14.0);  

maybe you could have something like
var latlng = new google.maps.geocode (1300 Main st, Town, State);

or perhaps use the geocode info and covert it to latlng.</description>
		<content:encoded><![CDATA[<p>Do you know if it&#8217;s possible to use geocode instead of latlng when initializing the script?<br />
So instead of<br />
var latlng = new google.maps.LatLng(57.8, 14.0);  </p>
<p>maybe you could have something like<br />
var latlng = new google.maps.geocode (1300 Main st, Town, State);</p>
<p>or perhaps use the geocode info and covert it to latlng.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-15029</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-15029</guid>
		<description>wondering how to I override the google intelligence of serving static map to mobile devices and not the dynamic map :(</description>
		<content:encoded><![CDATA[<p>wondering how to I override the google intelligence of serving static map to mobile devices and not the dynamic map <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorgen</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-14216</link>
		<dc:creator>Jorgen</dc:creator>
		<pubDate>Sat, 08 May 2010 07:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-14216</guid>
		<description>Great post about getting started with Google Maps. 

Maybe the new map API from CloudMade is also worth a try, since it&#039;s having some new and very useful features. 

My favorite is the possibility to customize the look of the map, so it can be optimized for routing, walking, sightseeing etc. You can see some examples here: http://tips4php.net/2010/05/watch-your-back-google-here-comes-cloudmade-maps/</description>
		<content:encoded><![CDATA[<p>Great post about getting started with Google Maps. </p>
<p>Maybe the new map <acronym title="Application Programming Interface">API</acronym> from CloudMade is also worth a try, since it&#8217;s having some new and very useful features. </p>
<p>My favorite is the possibility to customize the look of the map, so it can be optimized for routing, walking, sightseeing etc. You can see some examples here: <a href="http://tips4php.net/2010/05/watch-your-back-google-here-comes-cloudmade-maps/" rel="nofollow">http://tips4php.net/2010/05/watch-your-back-google-here-comes-cloudmade-maps/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GIO</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-12915</link>
		<dc:creator>GIO</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-12915</guid>
		<description>Hi,
I have anything problem a display the map in the my page.
I resolved with 
code:

I use the attribute tag position:relative,  and width-height a specific value width:480px; height:465px is not  width:40%

A other problem is the property option of the function Map()
is visible:boolean, both  you can use setVisible(visible:boolean) after call th function Map()</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have anything problem a display the map in the my page.<br />
I resolved with<br />
code:</p>
<p>I use the attribute tag position:relative,  and width-height a specific value width:480px; height:465px is not  width:40%</p>
<p>A other problem is the property option of the function Map()<br />
is visible:boolean, both  you can use setVisible(visible:boolean) after call th function Map()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coutant</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-12061</link>
		<dc:creator>coutant</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-12061</guid>
		<description>@Johan, I was confused same way. Like you I saved the demo file and opened it on localhost : but no map is visible. 
But it&#039;s not a matter of host! It&#039;s a matter of css file... 
Yes, if you happen to break the link to the css/style.css file, than the map is just not visible because you are missing the height definition included in the css file : #map { height:500px;}</description>
		<content:encoded><![CDATA[<p>@Johan, I was confused same way. Like you I saved the demo file and opened it on localhost : but no map is visible.<br />
But it&#8217;s not a matter of host! It&#8217;s a matter of css file&#8230;<br />
Yes, if you happen to break the link to the css/style.css file, than the map is just not visible because you are missing the height definition included in the css file : #map { height:500px;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-11592</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-11592</guid>
		<description>Do we know if it&#039;s possible to use v3 with localhost?

I&#039;ve been trying to test v3 but so far I&#039;m not getting a map to display, and the only conclusion I can make is that it&#039;s because I&#039;m testing it on localhost.</description>
		<content:encoded><![CDATA[<p>Do we know if it&#8217;s possible to use v3 with localhost?</p>
<p>I&#8217;ve been trying to test v3 but so far I&#8217;m not getting a map to display, and the only conclusion I can make is that it&#8217;s because I&#8217;m testing it on localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-11097</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-11097</guid>
		<description>Hi,
I&#039;m a beginner to google map api and also I have few knowledge about javascript.
I have tried all the examples google provided, but there is no example that I can use my mouse to draw a line or polygon in a very convenient way. Of course, there is a way that I can click the start point and end point on the map, and then link the start point and end point, but that&#039;s not what I want. Generally, we don&#039;t draw line like that. Usually the place where the mouse is down is the start point of the line, and with the moving of the mouse, the end of line will change to the position of the mouse, when the mouse is up, the end point is set to the position where the mouse is up. In computer graphic, this is called XOR lines. I&#039;d like to know how this could be realized in google map.

Thanks a lot,
Arthur</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m a beginner to google map api and also I have few knowledge about javascript.<br />
I have tried all the examples google provided, but there is no example that I can use my mouse to draw a line or polygon in a very convenient way. Of course, there is a way that I can click the start point and end point on the map, and then link the start point and end point, but that&#8217;s not what I want. Generally, we don&#8217;t draw line like that. Usually the place where the mouse is down is the start point of the line, and with the moving of the mouse, the end of line will change to the position of the mouse, when the mouse is up, the end point is set to the position where the mouse is up. In computer graphic, this is called XOR lines. I&#8217;d like to know how this could be realized in google map.</p>
<p>Thanks a lot,<br />
Arthur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Maps (v3) - Tamara Silvius</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-11096</link>
		<dc:creator>Google Maps (v3) - Tamara Silvius</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-11096</guid>
		<description>[...] The basics &#8211; this one could be usefull if you&#8217;re new to v3. [...]</description>
		<content:encoded><![CDATA[<p>[...] The basics &#8211; this one could be usefull if you&#8217;re new to v3. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binod Shukla</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-10048</link>
		<dc:creator>Binod Shukla</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-10048</guid>
		<description>Hi Everyone !
i was trying to use the above code but always got a blank page.
with a little modification it worked.
in the body part use the code below -------

  
  function initialize() {
    var myLatlng = new google.maps.LatLng(-34.397, 150.644);
    var myOptions = {
      zoom: 8,
      center: myLatlng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    }
    var map = new google.maps.Map(document.getElementById(&quot;map&quot;), myOptions);
  }
  	initialize();
</description>
		<content:encoded><![CDATA[<p>Hi Everyone !<br />
i was trying to use the above code but always got a blank page.<br />
with a little modification it worked.<br />
in the body part use the code below &#8212;&#8212;-</p>
<p>  function initialize() {<br />
    var myLatlng = new google.maps.LatLng(-34.397, 150.644);<br />
    var myOptions = {<br />
      zoom: 8,<br />
      center: myLatlng,<br />
      mapTypeId: google.maps.MapTypeId.ROADMAP<br />
    }<br />
    var map = new google.maps.Map(document.getElementById(&#8220;map&#8221;), myOptions);<br />
  }<br />
  	initialize();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-8563</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-8563</guid>
		<description>Hi Gouri,

Try adding css rules for height and width to the div:

&lt;code&gt;

&lt;/code&gt;

thanks,
chris</description>
		<content:encoded><![CDATA[<p>Hi Gouri,</p>
<p>Try adding css rules for height and width to the div:</p>
<p><code></p>
<p></code></p>
<p>thanks,<br />
chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gouri</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-8243</link>
		<dc:creator>Gouri</dc:creator>
		<pubDate>Mon, 14 Sep 2009 15:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-8243</guid>
		<description>Hi I am new to this google maps.. i liked ur article a lot... i was trying this .. bit i am just getting blank page...
where am i going wrong?


    
    
        
    
    


        function initialize() {
          
            var latlng = new google.maps.LatLng(57.8, 14.0);
            var options = {

                zoom: 6,
                center: latlng,
                mapTypeId: google.maps.MapTypeId.ROADMAP
            };

            var map = new google.maps.Map(document.getElementById(&#039;map&#039;), options);
        }
        
          
          
     


    
    
  
    
    

</description>
		<content:encoded><![CDATA[<p>Hi I am new to this google maps.. i liked ur article a lot&#8230; i was trying this .. bit i am just getting blank page&#8230;<br />
where am i going wrong?</p>
<p>        function initialize() {</p>
<p>            var latlng = new google.maps.LatLng(57.8, 14.0);<br />
            var options = {</p>
<p>                zoom: 6,<br />
                center: latlng,<br />
                mapTypeId: google.maps.MapTypeId.ROADMAP<br />
            };</p>
<p>            var map = new google.maps.Map(document.getElementById(&#8216;map&#8217;), options);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Plentz</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-5808</link>
		<dc:creator>Diego Plentz</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-5808</guid>
		<description>Tom, you can take a look at http://code.google.com/p/gmaps-api-issues/issues/list?q=label:ApiType-Javascript3

Gabriel, just one thing. I don&#039;t need to pass center(at least) to the map initialization. This could be done using map.set_center (but yes, it&#039;s necessary).</description>
		<content:encoded><![CDATA[<p>Tom, you can take a look at <a href="http://code.google.com/p/gmaps-api-issues/issues/list?q=label:ApiType-Javascript3" rel="nofollow">http://code.google.com/p/gmaps-api-issues/issues/list?q=label:ApiType-Javascript3</a></p>
<p>Gabriel, just one thing. I don&#8217;t need to pass center(at least) to the map initialization. This could be done using map.set_center (but yes, it&#8217;s necessary).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-5158</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Sat, 06 Jun 2009 09:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-5158</guid>
		<description>To my knowledge such lists does not exist. You can however check out the &lt;a href=&quot;http://code.google.com/intl/sv-SE/apis/maps/documentation/v3/&quot; title=&quot;The Google Maps API V3&quot; rel=&quot;nofollow&quot;&gt;documentation&lt;/a&gt; to see what features are implemented. I know that the API team continually updates it to reflect the API so you can trust that it is fairly complete.</description>
		<content:encoded><![CDATA[<p>To my knowledge such lists does not exist. You can however check out the <a href="http://code.google.com/intl/sv-SE/apis/maps/documentation/v3/" title="The Google Maps API V3" rel="nofollow">documentation</a> to see what features are implemented. I know that the <acronym title="Application Programming Interface">API</acronym> team continually updates it to reflect the <acronym title="Application Programming Interface">API</acronym> so you can trust that it is fairly complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Skinner</title>
		<link>http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/comment-page-1/#comment-5151</link>
		<dc:creator>Tom Skinner</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1948#comment-5151</guid>
		<description>Hej och tak så mycket for the nice article. Have you found, in Google&#039;s documentation, a list of features in ver 3 that are already included, to be included and those that shall be deprecated?</description>
		<content:encoded><![CDATA[<p>Hej och tak så mycket for the nice article. Have you found, in Google&#8217;s documentation, a list of features in ver 3 that are already included, to be included and those that shall be deprecated?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
