<?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>Elastic Drag/Drop of Polylines with Driving Directions.</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/fce102c836187e6b/208929a9854b97fe?show_docid=208929a9854b97fe</link>
  <description>
  HI &lt;br&gt; &lt;p&gt;I&#39;m pretty new to Javascript, and the Maps API, I was wondering if &lt;br&gt; anyone can point me in the direction of a reasonably simple example of &lt;br&gt; how to make the driving directions polylines draggable with the &lt;br&gt; elastic behaviour exhibited in Google Maps. &lt;br&gt; &lt;p&gt;Any help appreciated, thanks in advance.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/fce102c836187e6b</guid>
  <author>
  jascrimsh...@gmail.com
  (Scrimmers)
  </author>
  <pubDate>Mon, 08 Sep 2008 10:15:24 UT
</pubDate>
  </item>
  <item>
  <title>Loading maps in Hebrew</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c6452316dcc48634/b15df9ea251dfda7?show_docid=b15df9ea251dfda7</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Now, their is Google maps in Hebrew (only on Israel). &lt;br&gt; When I try to use Google maps API to load maps is Hebrew it doesn&#39;t &lt;br&gt; work. &lt;br&gt; &lt;p&gt;I&#39;m using the &#39;&amp;amp;hl=iw&amp;amp;&#39; parameter in the link to maps. &lt;br&gt; &lt;p&gt;Any suggestions? &lt;br&gt; &lt;p&gt;Tn&#39;x &lt;br&gt; Meir
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c6452316dcc48634</guid>
  <author>
  m...@smarttcp.com
  (meir@smarttcp.com)
  </author>
  <pubDate>Mon, 08 Sep 2008 08:19:16 UT
</pubDate>
  </item>
  <item>
  <title>parse KML into the sidebar like maps.google.com</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c50ad81dc6baa59e/17d11ce09f95eed8?show_docid=17d11ce09f95eed8</link>
  <description>
  Hi, any news regarding this? EGeoXML and GeoXML are amazing - thank &lt;br&gt; you, Mike and Dyas -, but the parser used by maps.google.com is &lt;br&gt; somewhat more complete. &lt;br&gt; When I use KML files to feed my map app, I do this because of the &lt;br&gt; complexity of data. My KMLs normally have structures of folders, &lt;br&gt; controlled by specific properties. While maps.google.com parses it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c50ad81dc6baa59e</guid>
  <author>
  ads...@gmail.com
  (adszhu)
  </author>
  <pubDate>Mon, 08 Sep 2008 08:00:09 UT
</pubDate>
  </item>
  <item>
  <title>GControl Undefined</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/98afca351a2acb71/3f71d3a30915136d?show_docid=3f71d3a30915136d</link>
  <description>
  Hi, &lt;br&gt; I have developed an application which is using Google map &lt;br&gt; api.Everything is working fine,but in status bar of browser it shows &lt;br&gt; a javascript error icon showing a message.&amp;quot;GControl undefined&amp;quot;.How can &lt;br&gt; i solve this issue?Advance thanks for help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/98afca351a2acb71</guid>
  <author>
  vimal.k.pil...@gmail.com
  (vimal)
  </author>
  <pubDate>Mon, 08 Sep 2008 06:52:41 UT
</pubDate>
  </item>
  <item>
  <title>v2.127d pushed as v2.x, 1 feature request fulfilled</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/146e06ff3d97e198/00d78428fdbb8120?show_docid=00d78428fdbb8120</link>
  <description>
  Hey folks- &lt;br&gt; &lt;p&gt;We just pushed v2.127d as v2.x, and v2.126d as v2. Unfortunately, we &lt;br&gt; don&#39;t have the version aliasing setup with the new lettering release &lt;br&gt; system, so developers need to explicit request 2.127d/2.126d (if they &lt;br&gt; are explicitly requesting those versions). &lt;br&gt; &lt;p&gt;The one feature request fulfilled is access to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/146e06ff3d97e198</guid>
  <author>
  pamela....@gmail.com
  (pamela (Google Employee))
  </author>
  <pubDate>Mon, 08 Sep 2008 06:23:41 UT
</pubDate>
  </item>
  <item>
  <title>Loading 100,000 points on the map</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/b0079948113fadc3/18875e3d6c2858fd?show_docid=18875e3d6c2858fd</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have to display about 100,000 items (and increasing) on a map. I am &lt;br&gt; using Marker Manager to combine the markers on different zoom levels &lt;br&gt; and also feeding the data in from an external XML file. &lt;br&gt; &lt;p&gt;Do I have to load all the 100,000 items in the XML at the time of the &lt;br&gt; load of the map or can I make the XML dynamic based on the bounds of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/b0079948113fadc3</guid>
  <author>
  gsha...@gmail.com
  (g)
  </author>
  <pubDate>Mon, 08 Sep 2008 03:38:01 UT
</pubDate>
  </item>
  <item>
  <title>My LinearRing is on drugs</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/cb186a82128f0d5d/60e0291c566165ba?show_docid=60e0291c566165ba</link>
  <description>
  Okay... so I constructed some KMLs a few weeks ago that included &lt;br&gt; LinearRings with inner and outer boundaries. They used to work &lt;br&gt; perfectly when I placed them in Google Maps. Now, however, they fill &lt;br&gt; the innerBoundary at high zoom levels, fill the area between the outer &lt;br&gt; and inner boundaries at low zoom levels, and do some weird
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/cb186a82128f0d5d</guid>
  <author>
  jcu...@middlebury.edu
  (jcuneo)
  </author>
  <pubDate>Mon, 08 Sep 2008 03:18:38 UT
</pubDate>
  </item>
  <item>
  <title>Directions question...</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/87c817173b582c98/d8cddf535769d658?show_docid=d8cddf535769d658</link>
  <description>
  Ive just begun to add directions to my map. When I compare the route &lt;br&gt; the my map has vs. the route that google maps produces they are &lt;br&gt; different. &lt;br&gt; &lt;p&gt;I read in other posts about GDirectionsOptions and Ive seen examples &lt;br&gt; for travelMode, avoidHighways and locale. Are these the only &lt;br&gt; options(besides the to/from addresses) I can pass into the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/87c817173b582c98</guid>
  <author>
  josephmol...@gmail.com
  (specialrider)
  </author>
  <pubDate>Mon, 08 Sep 2008 02:47:47 UT
</pubDate>
  </item>
  <item>
  <title>MarkerManger Zoomlevel problem</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/7d3ed5abc409a4c0/db93809114dee485?show_docid=db93809114dee485</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;This is probably child&#39;s play for some of you guys, so please be &lt;br&gt; patient with me. &lt;br&gt; &lt;p&gt;I&#39;m trying to develop a Google Map for my travel site. Generally, not &lt;br&gt; a problem: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.aresthetics.ch/trav/googlemaps.cfm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;But obviously that map is too cluttered and I&#39;m trying to use the &lt;br&gt; Clustering example with the markermanager.js to get some more sense
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/7d3ed5abc409a4c0</guid>
  <author>
  adrian.wag...@cbs.curtin.edu.au
  (elAdi)
  </author>
  <pubDate>Mon, 08 Sep 2008 02:47:22 UT
</pubDate>
  </item>
  <item>
  <title>Google Maps API message</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/efb4c5897826ef0b/fa9b88b440f690f7?show_docid=fa9b88b440f690f7</link>
  <description>
  I have been setting up Google maps on a series of websites and on most &lt;br&gt; of them the maps work perfectly. On 4 of them when I type in the URL &lt;br&gt; for some reason I get the message &amp;quot;The Google Maps API key used on &lt;br&gt; this web site was registered for a different web site. You can &lt;br&gt; generate a new key for this web site at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/maps/&quot;&gt;[link]&lt;/a&gt;.&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/efb4c5897826ef0b</guid>
  <author>
  philipm...@gmail.com
  (Philip)
  </author>
  <pubDate>Mon, 08 Sep 2008 02:04:10 UT
</pubDate>
  </item>
  <item>
  <title>Creating Google Maps API without latitude and longitude info</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/4e4a834e80c4e409/9c5fa7d1114a4cf4?show_docid=9c5fa7d1114a4cf4</link>
  <description>
  hi, &lt;br&gt; &lt;p&gt;I am successfully able to show google maps on my site but I would be &lt;br&gt; interested to know whether it is possible to show google maps API &lt;br&gt; without latitude and longitude information. &lt;br&gt; &lt;p&gt;All what I have is the address of the location. I have the city, state &lt;br&gt; and street name. &lt;br&gt; &lt;p&gt;My question is. Is this possible? If yes, how should I do it?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/4e4a834e80c4e409</guid>
  <author>
  ald1...@gmail.com
  (Prince)
  </author>
  <pubDate>Mon, 08 Sep 2008 01:33:37 UT
</pubDate>
  </item>
  <item>
  <title>How to programmatically trigger click event on a marker based on pixel position</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/eb8cf25002f93e65/7539e89c061751bd?show_docid=7539e89c061751bd</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I would like to programmatically trigger a click event on my map that &lt;br&gt; would fire an event when over a marker. Basically reproduce what &lt;br&gt; happens when you actually click with your mouse over a marker, but &lt;br&gt; just based on the pixel position in the div. &lt;br&gt; &lt;p&gt;Or maybe if I could figure out if a given position has a marker
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/eb8cf25002f93e65</guid>
  <author>
  francois.pro...@gmail.com
  (francois.proulx@gmail.com)
  </author>
  <pubDate>Mon, 08 Sep 2008 01:13:58 UT
</pubDate>
  </item>
  <item>
  <title>google maps on windows form application</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/8fc8fb0e78b25272/71cc4d446fa6a071?show_docid=71cc4d446fa6a071</link>
  <description>
  hi &lt;br&gt; i would like to ask how to integrate google maps on windows form &lt;br&gt; application? &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/8fc8fb0e78b25272</guid>
  <author>
  mohamadal...@gmail.com
  (klay)
  </author>
  <pubDate>Mon, 08 Sep 2008 00:39:43 UT
</pubDate>
  </item>
  <item>
  <title>Retrieving PoV values from Street View</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/abbdef4e7636eff8/2a324d0503e571a4?show_docid=2a324d0503e571a4</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;We have a product locator application that need the PoV values to be &lt;br&gt; exact. Seeing that we can&#39;t rely on the GeoCoder to return proper &lt;br&gt; values every time (seeing the addresses can lack enough information). &lt;br&gt; &lt;p&gt;To overcome this we have decided to build a management application to &lt;br&gt; maintain our data, including Street View PoV. We are hoping our sales
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/abbdef4e7636eff8</guid>
  <author>
  dev...@gmail.com
  (Devraj)
  </author>
  <pubDate>Mon, 08 Sep 2008 00:34:26 UT
</pubDate>
  </item>
  <item>
  <title>My markers are not on the correct location</title>
  <link>http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c880b31e1dfc6be2/73c46108fc409415?show_docid=73c46108fc409415</link>
  <description>
  Hey, &lt;br&gt; &lt;p&gt;I&#39;m new at this google maps thing, but i have a working setup on my &lt;br&gt; website. What i have done is taken to heart the whole tutorial on &lt;br&gt; setting up a mySQL database, and using PHP to create a store locator &lt;br&gt; that will display data in the database on the google map, based on the &lt;br&gt; city searched for and the radius in miles selected.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c880b31e1dfc6be2</guid>
  <author>
  kevincorn...@gmail.com
  (kevincornett)
  </author>
  <pubDate>Sun, 07 Sep 2008 22:15:22 UT
</pubDate>
  </item>
  </channel>
</rss>
