<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google Maps API Google Group</title>
  <link>http://groups.google.co.in/group/google-maps-api</link>
  <description>Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you&amp;#39;d like to troubleshoot your development of the API, please remember the following: - Post a link, not a code snippet so that others can see your code in its proper context. - Search the Group, chances are someone else has had the same issue. - Make use of published documentation at http://www.google.com/apis/maps/documentation/</description>
  <language>en</language>
  <item>
  <title>Re: API Key issue</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/9cb052aa8c18a254?show_docid=9cb052aa8c18a254</link>
  <description>
  Thanks so much, i didn&#39;t even realize i was using both versions. &lt;br&gt; On Mar 20, 3:48 pm, Andrew Leach &amp;lt;andrew.leac...@googlemail.com &amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/9cb052aa8c18a254?show_docid=9cb052aa8c18a254</guid>
  <author>
  village.unremarka...@gmail.com
  (Joe Adams)
  </author>
  <pubDate>Sat, 20 Mar 2010 20:26:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: API Key issue</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/b8ed1c65262f9d6a?show_docid=b8ed1c65262f9d6a</link>
  <description>
  If it were a key issue, you would get a message telling you so: you &lt;br&gt; don&#39;t, so your key is ok. &lt;br&gt; The problem is that this &lt;br&gt; mapTypeId: google.maps.MapTypeId.ROADMAP &lt;br&gt; is Version 3 syntax, whereas this &lt;br&gt; &amp;lt;script src=&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://maps.google.com/maps?&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; file=api&amp;amp;v=2&amp;amp;key=ABQIAAAA... &lt;br&gt; loads Version 2 of the API. &lt;br&gt; You can&#39;t mix the two. Version 3 is not a backwards-compatible
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/b8ed1c65262f9d6a?show_docid=b8ed1c65262f9d6a</guid>
  <author>
  andrew.leac...@googlemail.com
  (Andrew Leach)
  </author>
  <pubDate>Sat, 20 Mar 2010 19:48:48 UT
</pubDate>
  </item>
  <item>
  <title>API Key issue</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/3b9e7ff4dd48df58?show_docid=3b9e7ff4dd48df58</link>
  <description>
  Hi all, I know that this question has probably been answered, but i &lt;br&gt; can&#39;t seem to find anything in the first 6 pages of search results, so &lt;br&gt; im hoping someone can give me a hand. I am fairly new to javascript &lt;br&gt; and probably just screwed up something little. Anyways, I have created &lt;br&gt; a map that is working locally on my machine using the &amp;quot;http://
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/28e6a8941ed5514b/3b9e7ff4dd48df58?show_docid=3b9e7ff4dd48df58</guid>
  <author>
  village.unremarka...@gmail.com
  (Joe Adams)
  </author>
  <pubDate>Sat, 20 Mar 2010 19:39:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Points nearby location.</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/0f84beb494aed00b/6fdcf301ecb60f9a?show_docid=6fdcf301ecb60f9a</link>
  <description>
  That&#39;s not a Maps API question. &lt;br&gt; See here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://maps.forum.nu/gm_drag_polygon.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/0f84beb494aed00b/6fdcf301ecb60f9a?show_docid=6fdcf301ecb60f9a</guid>
  <author>
  marcelo...@hotmail.com
  (Marcelo)
  </author>
  <pubDate>Sat, 20 Mar 2010 18:05:45 UT
</pubDate>
  </item>
  <item>
  <title>Points nearby location.</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/0f84beb494aed00b/6704211533dce5c5?show_docid=6704211533dce5c5</link>
  <description>
  Hi , what is the MySQL 5.0 query needs to select geo &lt;br&gt; coordinates( latitude,longitude) from locations database &lt;br&gt; within a radius of 100 miles around this center : &lt;br&gt; map.setCenter(new GLatLng(&amp;quot;.$initial_lat.&amp;quot;,&amp;quot;.$in itial_lng.&amp;quot;) ; &lt;br&gt; and display this markers in the Google Maps ?
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/0f84beb494aed00b/6704211533dce5c5?show_docid=6704211533dce5c5</guid>
  <author>
  djalmabri...@gmail.com
  (donovan78)
  </author>
  <pubDate>Sat, 20 Mar 2010 17:41:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: scaling/performance limits handing loading of kml file and &quot;addOverlay&quot; events</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/4bdf7c45b228afa3/1658ae6485d88a54?show_docid=1658ae6485d88a54</link>
  <description>
  Thanks for the quick response, Rossko! &lt;br&gt; The api works as advertised. &lt;br&gt; With 200-500 markers, I would need to add marker clustering anyway... &lt;br&gt; I&#39;ve got a quick example using my kml file up. (http:// &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.stjohnhistoricalsociety.org/egeoxml.htm&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; I guess I&#39;m going to need to learn more about kml-&amp;gt;balloon rendering
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/4bdf7c45b228afa3/1658ae6485d88a54?show_docid=1658ae6485d88a54</guid>
  <author>
  peter.howard.burg...@gmail.com
  (Peter Burgess)
  </author>
  <pubDate>Sat, 20 Mar 2010 14:15:57 UT
</pubDate>
  </item>
  <item>
  <title>Streetview demo issue in FF3</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/77b5d4a021c1b024/8e9cc78f60a81b9b?show_docid=8e9cc78f60a81b9b</link>
  <description>
  The tabbed max content demo at the following URL doesn&#39;t work as &lt;br&gt; expected in Firefox 3.6: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gmaps-utility-library.googlecode.com/svn/trunk/tabbedmaxcontent/1.0/examples/ajaxmaxtabs.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; If you click on the map to open an infoWindow, then maximize the &lt;br&gt; infoWindow to see the streetview panorama within the infoWindow, then
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/77b5d4a021c1b024/8e9cc78f60a81b9b?show_docid=8e9cc78f60a81b9b</guid>
  <author>
  j...@johncardinal.com
  (JohnnyCee)
  </author>
  <pubDate>Sat, 20 Mar 2010 13:43:20 UT
</pubDate>
  </item>
  <item>
  <title>How to display where a location is</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/feb8cbfe7756b002/54f2b737919b706f?show_docid=54f2b737919b706f</link>
  <description>
  I&#39;m wanting to show where a specific postcode is on the map. This I &lt;br&gt; believe can be done by displaying a pin in the map. &lt;br&gt; But how do I display the pin? &lt;br&gt; Many thanks
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/feb8cbfe7756b002/54f2b737919b706f?show_docid=54f2b737919b706f</guid>
  <author>
  p...@paul-hammond.co.uk
  (Hammo)
  </author>
  <pubDate>Sat, 20 Mar 2010 12:51:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: GIS-like spatial functions for GPolygons and GPolylines (union, difference, buffer etc.)</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/fc5064e04d8e1fc4/f2e7d1bdfa7976e0?show_docid=f2e7d1bdfa7976e0</link>
  <description>
  oops, wrong link to the testing site! correction is &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://freytag.nl/luftbildserver/gmap/digitizer.php&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/fc5064e04d8e1fc4/f2e7d1bdfa7976e0?show_docid=f2e7d1bdfa7976e0</guid>
  <author>
  goetz.frey...@googlemail.com
  (Götz Freytag)
  </author>
  <pubDate>Sat, 20 Mar 2010 12:21:05 UT
</pubDate>
  </item>
  <item>
  <title>GIS-like spatial functions for GPolygons and GPolylines (union, difference, buffer etc.)</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/fc5064e04d8e1fc4/8d58f25ef2373449?show_docid=8d58f25ef2373449</link>
  <description>
  Hi everybody, &lt;br&gt; I have been developing a client side script that permits executing &lt;br&gt; functions like union, difference or spatial buffers on polygons resp. &lt;br&gt; polylines. The whole thing is far from ready, but as I do not see &lt;br&gt; myself having the time to pick this little project up again in the &lt;br&gt; near future, I thought I might aswell post the code here for the
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/fc5064e04d8e1fc4/8d58f25ef2373449?show_docid=8d58f25ef2373449</guid>
  <author>
  goetz.frey...@googlemail.com
  (Götz Freytag)
  </author>
  <pubDate>Sat, 20 Mar 2010 12:13:19 UT
</pubDate>
  </item>
  <item>
  <title>Google Maps for Commercial website using Openlayers</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/55a05d0f3d70ef36/9578ea9b4dbaf8cf?show_docid=9578ea9b4dbaf8cf</link>
  <description>
  I am planning for a real estate listings website where I will be using &lt;br&gt; Google Maps as my base layer using Openlayers but I will not be using &lt;br&gt; any functionality provided in the Google Maps API. The site is meant &lt;br&gt; for business purpose and I will be charging my users for creating &lt;br&gt; listings of their properties in my portal. I am getting more &amp;amp; more
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/55a05d0f3d70ef36/9578ea9b4dbaf8cf?show_docid=9578ea9b4dbaf8cf</guid>
  <author>
  life.rag...@gmail.com
  (Raghav)
  </author>
  <pubDate>Sat, 20 Mar 2010 10:29:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: getting started</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/944cb49f98a50389/1b12c2e7ebe3b903?show_docid=1b12c2e7ebe3b903</link>
  <description>
  Did you mean PHP, not Javascript? split() is deprecated in PHP 5.3.0 &lt;br&gt; -- and removed entirely from PHP 6.0.0 -- where the very similar &lt;br&gt; explode() is to be preferred. It&#39;s not deprecated in Javascript. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://php.net/manual/en/function.split.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://php.net/manual/en/function.explode.php&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/944cb49f98a50389/1b12c2e7ebe3b903?show_docid=1b12c2e7ebe3b903</guid>
  <author>
  andrew.leac...@googlemail.com
  (Andrew Leach)
  </author>
  <pubDate>Sat, 20 Mar 2010 08:22:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sensor?</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/532ca7133784ad24/c2d313577b0f87cf?show_docid=c2d313577b0f87cf</link>
  <description>
  On Mar 19, 11:12 pm, &amp;quot;geocode...@gmail.com&amp;quot; &amp;lt;geocode...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; 4. navigator.geolocation (HTML5) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/maps/documentation/v3/basics.html#Geolocation&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/532ca7133784ad24/c2d313577b0f87cf?show_docid=c2d313577b0f87cf</guid>
  <author>
  marcelo...@hotmail.com
  (Marcelo)
  </author>
  <pubDate>Sat, 20 Mar 2010 08:15:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: Inputfield inside custom tooltip</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/8b3cafef9311b6ec/96b2d6a458bdffd0?show_docid=96b2d6a458bdffd0</link>
  <description>
  Click event handling is difficult on custom GOverlays. &lt;br&gt; The input field can be edited when you remove it from the &lt;br&gt; G_MAP_FLOAT_PLANE, by commenting out this line: &lt;br&gt; /*$(&amp;quot;#message&amp;quot;).appendTo(map.g etPane(G_MAP_FLOAT_PANE))*/ &lt;br&gt; In your page the Search div and the Message div are already on top of &lt;br&gt; the Map div, because there are no z-indices set on the top level
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/8b3cafef9311b6ec/96b2d6a458bdffd0?show_docid=96b2d6a458bdffd0</guid>
  <author>
  william.g...@gmail.com
  (William)
  </author>
  <pubDate>Sat, 20 Mar 2010 07:35:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Weird initial position</title>
  <link>http://groups.google.co.in/group/google-maps-api/browse_thread/thread/c179d91d93ad4eac/cef9e472c5e90d31?show_docid=cef9e472c5e90d31</link>
  <description>
  As the problem has come, it&#39;s just gone...without notice...WEIRD! &lt;br&gt; On Mar 19, 4:06 pm, Andrew Leach &amp;lt;andrew.leac...@googlemail.com &amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.co.in/group/google-maps-api/browse_thread/thread/c179d91d93ad4eac/cef9e472c5e90d31?show_docid=cef9e472c5e90d31</guid>
  <author>
  yzr...@gmail.com
  (Israel Rodriguez)
  </author>
  <pubDate>Sat, 20 Mar 2010 06:15:42 UT
</pubDate>
  </item>
  </channel>
</rss>
