<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.jm/group/Google-Maps-API</id>
  <title type="text">Google Maps API Google Group</title>
  <subtitle type="text">
  Discuss the Google Maps API, which lets developers embed Google Maps in their own web pages with JavaScript. If you&#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/
  </subtitle>
  <link href="/group/Google-Maps-API/feed/atom_v1_0_msgs.xml" rel="self" title="Google Maps API feed"/>
  <updated>2008-11-20T08:10:20Z</updated>
  <generator uri="http://groups.google.com.jm" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>juanguinho</name>
  <email>juangui...@yahoo.com</email>
  </author>
  <updated>2008-11-20T08:10:20Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7c5576ad8f75b0b8/32627db237128089?show_docid=32627db237128089</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7c5576ad8f75b0b8/32627db237128089?show_docid=32627db237128089"/>
  <title type="text">Re: gmarker is missing now!!!</title>
  <summary type="html" xml:space="preserve">
  Thanks a lot!!!! Works
  </summary>
  </entry>
  <entry>
  <author>
  <name>hakan_yildiz41@hotmail.com</name>
  <email>hakan_yil...@milliemlak.gov.tr</email>
  </author>
  <updated>2008-11-20T07:33:49Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/676ce528fb9daf72/1075f4939d976d36?show_docid=1075f4939d976d36</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/676ce528fb9daf72/1075f4939d976d36?show_docid=1075f4939d976d36"/>
  <title type="text">Re: Hi dear google maps api developers.</title>
  <summary type="html" xml:space="preserve">
  Maybe some body needs a mix of javascript , asp and html for drawing &lt;br&gt; polygons from a database. &lt;br&gt; &lt;p&gt;var marker=[]; &lt;br&gt; var point=[]; &lt;br&gt; var poly=[]; &lt;br&gt; var line; &lt;br&gt; &lt;p&gt;&amp;lt;% while ((Repeat1__numRows-- != 0) &amp;amp;&amp;amp; (!Recordset3.EOF)) { %&amp;gt; &lt;br&gt; &lt;p&gt;point.push(new GLatLng(&amp;lt;%=Recordset3.Fields.I tem(&amp;quot;X&amp;quot;).Value%&amp;gt;,&amp;lt; &lt;br&gt; %=Recordset3.Fields.Item(&amp;quot;Y&amp;quot;). Value%&amp;gt;));
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2008-11-20T07:24:52Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/a66916e16e169556/0a6f9d5b4eac4983?show_docid=0a6f9d5b4eac4983</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/a66916e16e169556/0a6f9d5b4eac4983?show_docid=0a6f9d5b4eac4983"/>
  <title type="text">Re: Street View Panorama Bubble Street Name</title>
  <summary type="html" xml:space="preserve">
  Something like this? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.geocodezip.com/silverdoor_streetview_templateC.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Williams</name>
  <email>nos...@econym.demon.co.uk</email>
  </author>
  <updated>2008-11-20T06:59:56Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/697ca85f73af2e09/94b5f3af78a66937?show_docid=94b5f3af78a66937</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/697ca85f73af2e09/94b5f3af78a66937?show_docid=94b5f3af78a66937"/>
  <title type="text">Re: point within bounds?</title>
  <summary type="html" xml:space="preserve">
  You could convert the KML coordinates to GLatLng() and then use &lt;br&gt; EPoly.Contains(). &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/epoly.htm&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Williams</name>
  <email>nos...@econym.demon.co.uk</email>
  </author>
  <updated>2008-11-20T06:44:40Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/13e39a147f267566/fdc1537f6016681b?show_docid=fdc1537f6016681b</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/13e39a147f267566/fdc1537f6016681b?show_docid=fdc1537f6016681b"/>
  <title type="text">Re: Logo and terms of condition</title>
  <summary type="html" xml:space="preserve">
  There&#39;s nothing in the API itself that will help you do that. You&#39;d have &lt;br&gt; to crawl through the DOM looking for all the links and checking their &lt;br&gt; &amp;quot;href&amp;quot; attributes. When you find one, use .setAttribute() to point the &lt;br&gt; &amp;quot;href&amp;quot; at your code that handles the alert.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Williams</name>
  <email>nos...@econym.demon.co.uk</email>
  </author>
  <updated>2008-11-20T06:36:52Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1e0d1a0369ab1d51/6079e7a959383b19?show_docid=6079e7a959383b19</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1e0d1a0369ab1d51/6079e7a959383b19?show_docid=6079e7a959383b19"/>
  <title type="text">Re: Get Transit Directions?</title>
  <summary type="html" xml:space="preserve">
  If you&#39;re throwing the directions request at maps.google.com, then you &lt;br&gt; can add &amp;amp;dirflg=r. &lt;br&gt; Transit directions are not currently supported in the API or in embedded &lt;br&gt; maps. Consider supporting the enhancement request by adding your star to &lt;br&gt; issue 713: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/gmaps-api-issues/issues/detail?id=713&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Williams</name>
  <email>nos...@econym.demon.co.uk</email>
  </author>
  <updated>2008-11-20T06:28:25Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7d08a40fcae81e71/097653b4ac7d115a?show_docid=097653b4ac7d115a</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7d08a40fcae81e71/097653b4ac7d115a?show_docid=097653b4ac7d115a"/>
  <title type="text">Re: is there anyway to check whether gstep pass through specific road?</title>
  <summary type="html" xml:space="preserve">
  If you monitor one point either side of each of the major intersections, &lt;br&gt; and one close to each end, then you&#39;ll catch anything that turns in or &lt;br&gt; out of that street via those intersections. &lt;br&gt; Place the points a little further away from the intersections than the &lt;br&gt; distance you count as a hit, otherwise routes that cross Clementi Road
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2008-11-20T06:22:57Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1e0d1a0369ab1d51/4f4cb58295dd048d?show_docid=4f4cb58295dd048d</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1e0d1a0369ab1d51/4f4cb58295dd048d?show_docid=4f4cb58295dd048d"/>
  <title type="text">Re: Get Transit Directions?</title>
  <summary type="html" xml:space="preserve">
  Transit directions are not currently available in the API. If you &lt;br&gt; would like to see it added, vote for this &amp;quot;feature request&amp;quot; (star &lt;br&gt; it): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/gmaps-api-issues/issues/detail?id=713&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Williams</name>
  <email>nos...@econym.demon.co.uk</email>
  </author>
  <updated>2008-11-20T06:18:37Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/a08841328e13af7f/afbc41bac395cd6e?show_docid=afbc41bac395cd6e</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/a08841328e13af7f/afbc41bac395cd6e?show_docid=afbc41bac395cd6e"/>
  <title type="text">Re: getDistance between 2 addresses without loading up a map page (i.e. from a PHP script)</title>
  <summary type="html" xml:space="preserve">
  The first parameter must either be a GMap2 Object or null. It can&#39;t be &lt;br&gt; an empty Object. &lt;br&gt; gdir = new GDirections( null, document.getElementById(&amp;quot;direc tions&amp;quot;)); &lt;br&gt; [Technically you could use anything else that is considered false when &lt;br&gt; if()ed, because that&#39;s what the API does with the first parameter. So 0
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2008-11-20T06:20:17Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/12349c443a5abce0/e488c2d56562b976?show_docid=e488c2d56562b976</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/12349c443a5abce0/e488c2d56562b976?show_docid=e488c2d56562b976"/>
  <title type="text">Re: Starting a map with an information window showing</title>
  <summary type="html" xml:space="preserve">
  You will either need to use a third party parser (EGeoXml or GeoXml) &lt;br&gt; which gives you access to the polygons or you will have to use the &lt;br&gt; strategy that Mike Williams talks about here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/interceptor.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; -- Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>geocodezip@gmail.com</name>
  <email>geocode...@gmail.com</email>
  </author>
  <updated>2008-11-20T06:06:43Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/6f2586da890a5f16/7478457530143a9f?show_docid=7478457530143a9f</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/6f2586da890a5f16/7478457530143a9f?show_docid=7478457530143a9f"/>
  <title type="text">Re: Directions on info tab</title>
  <summary type="html" xml:space="preserve">
  Think about what the 1st tab is going to look like when the &amp;quot;from&amp;quot; or &lt;br&gt; &amp;quot;to&amp;quot; form is there. If you can it would be easier to put the &lt;br&gt; directions on a fourth tab. Add that tab like I do in this example: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.geocodezip.com/mapXmlTabsDirections.asp&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;If you really want to put it on the first tab, you need to remember
  </summary>
  </entry>
  <entry>
  <author>
  <name>chinni</name>
  <email>vidhyachan...@gmail.com</email>
  </author>
  <updated>2008-11-20T05:08:01Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7d08a40fcae81e71/1053a6ddc320ba2e?show_docid=1053a6ddc320ba2e</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/7d08a40fcae81e71/1053a6ddc320ba2e?show_docid=1053a6ddc320ba2e"/>
  <title type="text">Re: is there anyway to check whether gstep pass through specific road?</title>
  <summary type="html" xml:space="preserve">
  hi mike, &lt;br&gt; &lt;p&gt;if i need to check whether polyline pass through specific road, u &lt;br&gt; suggested me to check it using latitude and longitude... But how could &lt;br&gt; i know how many latitude and longitude are there for specific road... &lt;br&gt; say for eg.. Clementi road,singapore contains how many latitude and &lt;br&gt; longitude?...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin</name>
  <email>warwo...@gmail.com</email>
  </author>
  <updated>2008-11-20T04:45:07Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/e8a9186223380444/390c1764dc3b3a70?show_docid=390c1764dc3b3a70</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/e8a9186223380444/390c1764dc3b3a70?show_docid=390c1764dc3b3a70"/>
  <title type="text">Re: Marker Numbers</title>
  <summary type="html" xml:space="preserve">
  Have you seen MapIconMaker? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/docs/examples.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Martin.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lance Dyas</name>
  <email>lance...@inetnebr.com</email>
  </author>
  <updated>2008-11-20T04:39:12Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1a92079c9682af4f/3ba4106b5c04852b?show_docid=3ba4106b5c04852b</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/1a92079c9682af4f/3ba4106b5c04852b?show_docid=3ba4106b5c04852b"/>
  <title type="text">Re: Examples of sites with Queryable WFS features</title>
  <summary type="html" xml:space="preserve">
  GeoXml compresses down to approximately 25kb. ... yippeee.. about &lt;br&gt; the size of one of the more complicated jpegs in a sattellite layer... &lt;br&gt; If you are targetting 56kb modem users.. you will find.. there isnt a map &lt;br&gt; service in existance that is small enough as the data itself is too much and &lt;br&gt; is overwhelmingly bigger than googles API.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Secesh</name>
  <email>sec...@gmail.com</email>
  </author>
  <updated>2008-11-20T02:24:01Z</updated>
  <id>http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/697ca85f73af2e09/756535229017e8f8?show_docid=756535229017e8f8</id>
  <link href="http://groups.google.com.jm/group/Google-Maps-API/browse_thread/thread/697ca85f73af2e09/756535229017e8f8?show_docid=756535229017e8f8"/>
  <title type="text">point within bounds?</title>
  <summary type="html" xml:space="preserve">
  using KML coordinates, I want to be able to determine if a point is &lt;br&gt; within a defined polygon.
  </summary>
  </entry>
</feed>
