<?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.com./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: infowindow german umlaute encoding problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/2ae301fff54b1214?show_docid=2ae301fff54b1214</link>
  <description>
  You can also try a charset attribute in your script tag, if you wanted &lt;br&gt; to display strings with umlauts that are defined in your script &lt;br&gt; &lt;p&gt;&amp;lt;script charset=&amp;quot;iso-8859-1&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;/script&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/2ae301fff54b1214?show_docid=2ae301fff54b1214</guid>
  <author>
  wolf...@gmail.com
  (Pil (Trustworthy from Experience))
  </author>
  <pubDate>Mon, 06 Jul 2009 16:32:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: KML Caching Problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/9d405e9ee7395b0a/1d7c979ebcec7721?show_docid=1d7c979ebcec7721</link>
  <description>
  (new Date()).getTime() is not the same as (new Date().getTime()) &lt;br&gt; One uses the Date() Constructor to obtain the current date/time, then &lt;br&gt; obtains the millisecond timestamp from it with its .getTime() Method. &lt;br&gt; The other attempts to use the Date().getTime() Method as a Constructor, &lt;br&gt; which it isn&#39;t.
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/9d405e9ee7395b0a/1d7c979ebcec7721?show_docid=1d7c979ebcec7721</guid>
  <author>
  nos...@econym.demon.co.uk
  (Mike Williams)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:53:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: GStreetviewPanorama street labels fade out</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/3cdc7c5b6cbf46a1/27f46f0a67ac3e34?show_docid=27f46f0a67ac3e34</link>
  <description>
  If you don&#39;t want labels at all, you can start with the StreetView &lt;br&gt; zoomed in. The labels are only shown at StreetView zoom zero.
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/3cdc7c5b6cbf46a1/27f46f0a67ac3e34?show_docid=27f46f0a67ac3e34</guid>
  <author>
  nos...@econym.demon.co.uk
  (Mike Williams)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:46:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Street View to move onclick... etc.</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/7150eccbba9dfe40/6a915ad2823afcf1?show_docid=6a915ad2823afcf1</link>
  <description>
  SOLVED!!! I found this website that does what I want it to do... &lt;br&gt; basically you just use a panorama.followLink(currentYaw ) and it will &lt;br&gt; take you to the next link at whatever you are facing! &lt;br&gt; &lt;p&gt;The website is &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.mapchannels.com/mm/streetview/driver.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/7150eccbba9dfe40/6a915ad2823afcf1?show_docid=6a915ad2823afcf1</guid>
  <author>
  edgarmsala...@gmail.com
  (Edge)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:26:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: pro maps for google - server request rejected</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/d36c82abc4a49352/b9e8a38bdc65f3e5?show_docid=b9e8a38bdc65f3e5</link>
  <description>
  Working now. Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/d36c82abc4a49352/b9e8a38bdc65f3e5?show_docid=b9e8a38bdc65f3e5</guid>
  <author>
  cstar9...@gmail.com
  (cstar)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:25:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: infowindow german umlaute encoding problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/6d15a797d48fe565?show_docid=6d15a797d48fe565</link>
  <description>
  That map throws an error in IE6 ; your doctype is invalidated because &lt;br&gt; you have a &amp;lt;div&amp;gt; and a &amp;lt;table&amp;gt; in front of it. You should put these &lt;br&gt; in the &amp;lt;body&amp;gt; somewhere. &lt;br&gt; &lt;p&gt;&amp;amp;#246 is an XML entity code. When you put that into an infowindow, &lt;br&gt; which expects HTML, the browser can sort it out (XML and HTML have the
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/6d15a797d48fe565?show_docid=6d15a797d48fe565</guid>
  <author>
  ros...@culzean.clara.co.uk
  (Rossko)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:26:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: infowindow german umlaute encoding problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/3feb9e12b7c21d89?show_docid=3feb9e12b7c21d89</link>
  <description>
  Tooltips don&#39;t use HTML entities, they display exactly what you give &lt;br&gt; them. This means that for Windows systems, it&#39;s fine to use &amp;quot;Das Gute &lt;br&gt; und das Böse in der Symbolik&amp;quot; (with o-umlaut) but that may not work &lt;br&gt; for maps displayed on Macs. Best solution is &amp;quot;Das Gute und das Boese &lt;br&gt; in der Symbolik&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/3feb9e12b7c21d89?show_docid=3feb9e12b7c21d89</guid>
  <author>
  andrew.leac...@googlemail.com
  (Andrew Leach)
  </author>
  <pubDate>Mon, 06 Jul 2009 15:01:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Retrieving postgres polygons using libpqxx</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/03a83441094b61c4/84fcda6e3d3c1d7f?show_docid=84fcda6e3d3c1d7f</link>
  <description>
  I think you may not be asking in the best place, this group is for &lt;br&gt; Google&#39;s javascript based mapping API. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.google.co.uk/search?hl=en&amp;q=Retrieving+postgres+polygons+using+libpqxx&amp;btnG=Google+Search&amp;meta=&amp;aq=f&amp;oq=&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;cheers, Ross K
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/03a83441094b61c4/84fcda6e3d3c1d7f?show_docid=84fcda6e3d3c1d7f</guid>
  <author>
  ros...@culzean.clara.co.uk
  (Rossko)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:47:31 UT
</pubDate>
  </item>
  <item>
  <title>infowindow german umlaute encoding problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/86c1907a4c09aa68?show_docid=86c1907a4c09aa68</link>
  <description>
  I have problem with german umlaute like ä, ö, ... &lt;br&gt; map.addOverlay(createMarkerEve nt(new GLatLng(52.5535464,12.1100466) , &lt;br&gt; eventIcon, &amp;quot;Das Gute und das B&amp;amp;#246;se in der Symbolik&amp;quot;, &amp;quot;Das Gute und &lt;br&gt; das B&amp;amp;#246;se in der Symbolik&amp;lt;br /&amp;gt;06.07.2009&amp;lt;br /&amp;gt;Wust&amp;quot;, &lt;br&gt; &amp;quot;106001009956&amp;quot;)); &lt;br&gt; The infowindow shows it not correct
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/2d975d6a6d3bc651/86c1907a4c09aa68?show_docid=86c1907a4c09aa68</guid>
  <author>
  b.sch...@altmarkweb.de
  (bernd_schulz)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:46:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Clause 10.12 - would I be in breach?</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/000e9420ac0b9f0a/4e74dd93315c6eb7?show_docid=4e74dd93315c6eb7</link>
  <description>
  I think that&#39;s fine. The principal reason for displaying a map is to &lt;br&gt; get the Google logo on to users&#39; screens, together with the Terms of &lt;br&gt; Use and copyright text. Once is enough! &lt;br&gt; &lt;p&gt;That&#39;s more doubtful. It appears your application is for internal use &lt;br&gt; -- your contracted engineers&#39; details are only available to your
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/000e9420ac0b9f0a/4e74dd93315c6eb7?show_docid=4e74dd93315c6eb7</guid>
  <author>
  andrew.leac...@googlemail.com
  (Andrew Leach)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:36:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Disabling event listeners</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/09682fcad55c8b50/a3d503dc0e7b1b9e?show_docid=a3d503dc0e7b1b9e</link>
  <description>
  One way of doing this might be to have a global variable like &lt;br&gt; var makeNewMarker; &lt;br&gt; and then when you open your infoWindow set &lt;br&gt; makeNewMarker = true; &lt;br&gt; in your map&#39;s click listener, test for makeNewMarker. If makeNewMarker &lt;br&gt; is true, you could clear up the half-done marker (and then set &lt;br&gt; makeNewMarker to false, because you&#39;re no longer doing that; or keep
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/09682fcad55c8b50/a3d503dc0e7b1b9e?show_docid=a3d503dc0e7b1b9e</guid>
  <author>
  andrew.leac...@googlemail.com
  (Andrew Leach)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:29:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is there a way to fire an event when user clicks on pan button in google maps using google map API?</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/0b997227f6e71a88/ac2c804448c47ff9?show_docid=ac2c804448c47ff9</link>
  <description>
  Thank you so much! It helped me too! &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; R
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/0b997227f6e71a88/ac2c804448c47ff9?show_docid=ac2c804448c47ff9</guid>
  <author>
  rohite...@gmail.com
  (RD)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:19:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: GEvent.addListener(map,&quot;click&quot;, function...... problem</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/21c801dd6cdb1df2/1b0a7b1ffeee9ab7?show_docid=1b0a7b1ffeee9ab7</link>
  <description>
  &amp;quot;Quite why theirs should work in IE8 and yours doesn&#39;t I have no idea. &lt;br&gt; &amp;quot; &lt;br&gt; &lt;p&gt;I now reckon that Google have used the Custom HTTP header so that &lt;br&gt; would explain that one. &lt;br&gt; &lt;p&gt;Regards
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/21c801dd6cdb1df2/1b0a7b1ffeee9ab7?show_docid=1b0a7b1ffeee9ab7</guid>
  <author>
  webewi...@gmail.com
  (webewitch)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:16:53 UT
</pubDate>
  </item>
  <item>
  <title>Disabling event listeners</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/09682fcad55c8b50/3e8d4175ffb92478?show_docid=3e8d4175ffb92478</link>
  <description>
  Hi there, &lt;br&gt; I was wondering if there was a way to either create and remove map &lt;br&gt; listeners (or temporarily disable them while an infowindow is open). &lt;br&gt; My markers have an info window with a user entry form pop up, but when &lt;br&gt; the map is clicked before submitting the data, it creates a new marker &lt;br&gt; without &amp;quot;finishing&amp;quot; the old one.
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/09682fcad55c8b50/3e8d4175ffb92478?show_docid=3e8d4175ffb92478</guid>
  <author>
  hung.christ...@gmail.com
  (Christine)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:06:14 UT
</pubDate>
  </item>
  <item>
  <title>Clause 10.12 - would I be in breach?</title>
  <link>http://groups.google.com./group/Google-Maps-API/browse_thread/thread/000e9420ac0b9f0a/5374e597291b7606?show_docid=5374e597291b7606</link>
  <description>
  Hi all, &lt;br&gt; I am currently building a web system to allow my employer to view &lt;br&gt; available engineers for a given date/time, and within a geographic &lt;br&gt; area. The engineers (of which there are ~100) are not employed &lt;br&gt; directly (they are subcontractors), and would update their availablity &lt;br&gt; on this system. &lt;br&gt; &lt;p&gt;What I am proposing to do is:
  </description>
  <guid isPermaLink="true">http://groups.google.com./group/Google-Maps-API/browse_thread/thread/000e9420ac0b9f0a/5374e597291b7606?show_docid=5374e597291b7606</guid>
  <author>
  matthewjbrews...@googlemail.com
  (matt_b)
  </author>
  <pubDate>Mon, 06 Jul 2009 14:01:40 UT
</pubDate>
  </item>
  </channel>
</rss>
