<?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.gm/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: creating a legend on google maps</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/7358636548393020/d2c7f36d07c30dfd?show_docid=d2c7f36d07c30dfd</link>
  <description>
  Construct a &amp;lt;div&amp;gt; and add it as the content of a GControl. Using &lt;br&gt; GControl means that infoWindows and the like will avoid it. &lt;br&gt; &lt;p&gt;There&#39;s a (complex) example at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.acny.org.uk/4567&quot;&gt;[link]&lt;/a&gt; -- see the &lt;br&gt; Find Us tab. The control is created with function legend_control in &lt;br&gt; the code, and added with &lt;br&gt; map.addControl(new legend_control());
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/7358636548393020/d2c7f36d07c30dfd?show_docid=d2c7f36d07c30dfd</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 09:42:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: 620 Errors Returned</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/a150ac047f2ba55f/ffa629856d6fdf83?show_docid=ffa629856d6fdf83</link>
  <description>
  1. Move to a different provider. &lt;br&gt; 2. Raise an issue, giving details like the provider name and the IP &lt;br&gt; address range they&#39;re using; and wait. &lt;br&gt; &lt;p&gt;It&#39;s similar (but not the same, unless you&#39;re using App Engine) to &lt;br&gt; issue 2186. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/gmaps-api-issues/issues/list?can=2&amp;q=apitype=Geocoder&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/a150ac047f2ba55f/ffa629856d6fdf83?show_docid=ffa629856d6fdf83</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:44:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Custom Maps problems</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/f58e8b45e3695ba1/1476db724da454a7?show_docid=1476db724da454a7</link>
  <description>
  It&#39;s standard behaviour for markers, they try and stay in the centre &lt;br&gt; of the viewport. Setting the map not to repeat might be expected to &lt;br&gt; stop the markers swapping between map images as the map is moved, but &lt;br&gt; it doesn&#39;t. &lt;br&gt; &lt;p&gt;You could restrict the pan range of your map, since there is nothing &lt;br&gt; to pan to. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/range.htm&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/f58e8b45e3695ba1/1476db724da454a7?show_docid=1476db724da454a7</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:36:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to get Latitude &amp; longitude</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/45c9c2ce7d729a1b/fb5e471c61aaf938?show_docid=fb5e471c61aaf938</link>
  <description>
  Does no-one do any research any more? &lt;br&gt; &lt;p&gt;Have a look at this example: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/maps/documentation/javascript/v2/examples/geocoding-reverse.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;A click on the map is handled by a function called getAddress(). That &lt;br&gt; gets passed two arguments, overlay and latlng. &amp;quot;latlng&amp;quot; is the
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/45c9c2ce7d729a1b/fb5e471c61aaf938?show_docid=fb5e471c61aaf938</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:22:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Get &quot;longitude&quot; and &quot;latitude&quot; on Move around the map</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/a9cff3c609ba9ea9/45aa99b79e571a64?show_docid=45aa99b79e571a64</link>
  <description>
  Yes. &lt;br&gt; &lt;p&gt;You could read the documentation and the examples and have a go at &lt;br&gt; getting that data. Do some work and post the link of the page where &lt;br&gt; you have tried it. Then, if you have difficulty, the other members of &lt;br&gt; the group will have something to work with to help you.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/a9cff3c609ba9ea9/45aa99b79e571a64?show_docid=45aa99b79e571a64</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:16:27 UT
</pubDate>
  </item>
  <item>
  <title>How to get Latitude &amp; longitude</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/45c9c2ce7d729a1b/fe85096805106571?show_docid=fe85096805106571</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I want the latitude and longitude of that point on which i click in my &lt;br&gt; gmap. &lt;br&gt; then what is code for that. &lt;br&gt; &lt;p&gt;Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/45c9c2ce7d729a1b/fe85096805106571?show_docid=fe85096805106571</guid>
  <author>
  devasikan...@gmail.com
  (Deval)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:04:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Static map link with address geocodes strangely</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/573a3bb116fb4856/8b05ca5015f10e64?show_docid=8b05ca5015f10e64</link>
  <description>
  Feature. &lt;br&gt; &lt;p&gt;Try spelling out &amp;quot;John F Kennedy Parkway&amp;quot; instead of JFK. This matches &lt;br&gt; the name on the map tiles. &lt;br&gt; &lt;p&gt;Even then, it looks like it&#39;s still slightly wrong. But as you know &lt;br&gt; the location you&#39;re looking for, why not use its coordinates directly &lt;br&gt; instead of relying on a geocoder. Rule 1: never trust a geocoder.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/573a3bb116fb4856/8b05ca5015f10e64?show_docid=8b05ca5015f10e64</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:04:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Question regarding plotting routes</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/4b8122dc2686dd6e/aa928e94c4202cd6?show_docid=aa928e94c4202cd6</link>
  <description>
  It is possible. Do you intend to display all the routes found? (See &lt;br&gt; 10.12 of the Terms: if you use a service you must display the results &lt;br&gt; on a map -- with directions you can display either the route map or &lt;br&gt; the textual directions)
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/4b8122dc2686dd6e/aa928e94c4202cd6?show_docid=aa928e94c4202cd6</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 08:10:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: street mask</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/0461118482e65ff2/ce20b1993633a853?show_docid=ce20b1993633a853</link>
  <description>
  What is not clear about previous answers? &lt;br&gt; &lt;p&gt;Long-standing members of the group care about the Terms of Service and &lt;br&gt; are unwilling to help people break them. You can only access Google/ &lt;br&gt; TeleAtlas imagery via the API, so this: &lt;br&gt; &lt;p&gt;isn&#39;t allowed. As it&#39;s not allowed, why do you ask how to do it and
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/0461118482e65ff2/ce20b1993633a853?show_docid=ce20b1993633a853</guid>
  <author>
  andrew.leac...@gmail.com
  (Andrew Leach)
  </author>
  <pubDate>Thu, 09 Sep 2010 07:58:08 UT
</pubDate>
  </item>
  <item>
  <title>Get &quot;longitude&quot; and &quot;latitude&quot; on Move around the map</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/a9cff3c609ba9ea9/dd5ea1a1e22f0b9a?show_docid=dd5ea1a1e22f0b9a</link>
  <description>
  I have embed a google map on my web page using Java Script API. &lt;br&gt; &lt;p&gt;Is it possible to get new &amp;quot;longitude&amp;quot; and &amp;quot;latitude&amp;quot; values when the &lt;br&gt; user moves around the map.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/a9cff3c609ba9ea9/dd5ea1a1e22f0b9a?show_docid=dd5ea1a1e22f0b9a</guid>
  <author>
  nalinda...@gmail.com
  (Nalinda037)
  </author>
  <pubDate>Thu, 09 Sep 2010 06:58:42 UT
</pubDate>
  </item>
  <item>
  <title>Static map link with address geocodes strangely</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/573a3bb116fb4856/b7d7678d750c14ae?show_docid=b7d7678d750c14ae</link>
  <description>
  Here&#39;s a static map URL which implies a geocoding by address. (This is &lt;br&gt; the corporate HQ of Dun and Bradstreet, incidentally.) &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://maps.google.com/maps/api/staticmap?center=103+JFK+Parkway%2CSHORT+HILLS%2C+NJ++07078%2CUNITED+STATES&amp;format=png&amp;zoom=17&amp;markers=103+JFK+Parkway%2CSHORT+HILLS%2C+NJ++07078%2CUNITED+STATES&amp;maptype=hybrid&amp;sensor=false&amp;size=320x300&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/573a3bb116fb4856/b7d7678d750c14ae?show_docid=b7d7678d750c14ae</guid>
  <author>
  na...@animats.com
  (nagle)
  </author>
  <pubDate>Thu, 09 Sep 2010 05:29:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to get distance between two points and how to move the map_canvas to another place</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/b36b6ba6d8652d51?show_docid=b36b6ba6d8652d51</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tinyurl.com/2e76yfy&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-John Coryat &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://maps.huge.info&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.usnaviguide.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.zipmaps.net&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/b36b6ba6d8652d51?show_docid=b36b6ba6d8652d51</guid>
  <author>
  cor...@gmail.com
  (maps.huge.info [Maps API Guru])
  </author>
  <pubDate>Thu, 09 Sep 2010 04:43:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to get distance between two points and how to move the map_canvas to another place</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/40097f274db3e7d1?show_docid=40097f274db3e7d1</link>
  <description>
  I&#39;ve searched before asking... If I&#39;m asking it&#39;s because I didn&#39;t &lt;br&gt; found it.. or at least for javascript... specially the 2nd question, &lt;br&gt; no result... &lt;br&gt; &lt;p&gt;On Sep 9, 12:53 am, &amp;quot;maps.huge.info [Maps API Guru]&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/40097f274db3e7d1?show_docid=40097f274db3e7d1</guid>
  <author>
  ati...@gmail.com
  (Francisco Juane)
  </author>
  <pubDate>Thu, 09 Sep 2010 04:06:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Professional advice cost for a Google (maps) Certified Developer</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/ba4427d04904b053/19e95742d39dc322?show_docid=19e95742d39dc322</link>
  <description>
  An old ditty comes to mind from this question... &lt;br&gt; &lt;p&gt;How much wood would a wood chuck chuck if a wood chuck could chuck &lt;br&gt; wood? He&#39;d chuck as much wood as a wood chuck could if a wood chuck &lt;br&gt; could chuck wood. &lt;br&gt; &lt;p&gt;Again, I&#39;m being silly. What&#39;s gotten into me? Perhaps sleep &lt;br&gt; deprivation has finally caused me to snap.
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/ba4427d04904b053/19e95742d39dc322?show_docid=19e95742d39dc322</guid>
  <author>
  cor...@gmail.com
  (maps.huge.info [Maps API Guru])
  </author>
  <pubDate>Thu, 09 Sep 2010 03:55:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to get distance between two points and how to move the map_canvas to another place</title>
  <link>http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/25fcaaf8b2338022?show_docid=25fcaaf8b2338022</link>
  <description>
  I hate to be a butt head but these questions would be easily answered &lt;br&gt; by using this amazing tool called Google. &lt;br&gt; &lt;p&gt;What&#39;s interesting about this type of question is the poster obviously &lt;br&gt; needs the answer, and probably sooner than later. Wouldn&#39;t it be a lot &lt;br&gt; more efficient to simply type those questions into Google and get
  </description>
  <guid isPermaLink="true">http://groups.google.gm/group/google-maps-api/browse_frm/thread/c71108027f70710e/25fcaaf8b2338022?show_docid=25fcaaf8b2338022</guid>
  <author>
  cor...@gmail.com
  (maps.huge.info [Maps API Guru])
  </author>
  <pubDate>Thu, 09 Sep 2010 03:53:02 UT
</pubDate>
  </item>
  </channel>
</rss>
