<?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.pk/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_topics.xml" rel="self" title="Google Maps API feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com.pk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>john-m</name>
  <email>johnma...@onetel.net</email>
  </author>
  <updated>2008-12-02T12:39:34Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/b7cae3ab4695fb5b</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/b7cae3ab4695fb5b" />
  <title type="html">Pins on p2 not showing on p1 -- why?</title>
  <summary type="html" xml:space="preserve">
  I have a map showing about 150 pins which is embedded in a blog, and &lt;br&gt; linked to my website. As I add more pins they are now starting to &lt;br&gt; appear on a new (second) page. &lt;br&gt; &lt;p&gt;I want all pins to appear on the first page, so all pins are visible &lt;br&gt; together. &lt;br&gt; &lt;p&gt;Acn anyone explain what I should do so all the pins appear on the
  </summary>
  </entry>
  <entry>
  <author>
  <name>MAlex001</name>
  <email>slcalifor...@gmail.com</email>
  </author>
  <updated>2008-12-02T12:27:24Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/a00f9830201e7cfd</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/a00f9830201e7cfd" />
  <title type="html">How can I retrieve information from markers when I click them</title>
  <summary type="html" xml:space="preserve">
  Hi, I am populate my map with information coming from a data base. &lt;br&gt; For each element of the DB I create a marker. &lt;br&gt; When I click this marker I want a popup modal window appears. &lt;br&gt; &lt;p&gt;That is fine, I register for each of them the event onclick &lt;br&gt; &lt;p&gt;for (int i=0; i&amp;lt;listElements.length; i++) &lt;br&gt; { &lt;br&gt; var newIcon = MapIconMaker.createFlatIcon({w idth: 32, height:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniish</name>
  <email>oliver_ishm...@hotmail.com</email>
  </author>
  <updated>2008-12-02T11:57:17Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/529dc7b775870254</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/529dc7b775870254" />
  <title type="html">Input form in infowindow using Mike&#39;s basic4.htm demo</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I have been trying to use Mike&#39;s demo to add a form to an infowindow: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/basic4.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;However, i can&#39;t seem to get it working and i suspect that i&#39;ve made a &lt;br&gt; silly mistake - so please could you take a look and let me know ? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.globexposure.net/index_testform.php&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>bigyeti</name>
  <email>i...@transalp.at</email>
  </author>
  <updated>2008-12-02T10:39:58Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/05fb7cd4d951b17c</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/05fb7cd4d951b17c" />
  <title type="html">Error on reloading Google maps in my swf</title>
  <summary type="html" xml:space="preserve">
  I get an error when reloading google map component. &lt;br&gt; &lt;p&gt;public function fillContainerTab3():void{ &lt;br&gt; &lt;p&gt;	_map.addEventListener(MapEvent .MAP_READY, onMapReady); &lt;br&gt; _map.key = myKey; &lt;br&gt; _map.setSize(new Point(675,500)); &lt;br&gt; &lt;p&gt;	_map.x = 7; &lt;br&gt; _map.y = 70; &lt;br&gt; &lt;p&gt;	_containerTab3.addChild(_map); &lt;br&gt; &lt;p&gt;	}//end function fillContainerTab3()
  </summary>
  </entry>
  <entry>
  <author>
  <name>xaddict</name>
  <email>darklightd...@gmail.com</email>
  </author>
  <updated>2008-12-02T10:16:06Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/19f502a12f1f1054</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/19f502a12f1f1054" />
  <title type="html">Map Controls not showing</title>
  <summary type="html" xml:space="preserve">
  I&#39;m currently working on a Joomla Implementation of Google Maps (a &lt;br&gt; module) &lt;br&gt; I&#39;m not going into detail about what the module does before the google &lt;br&gt; maps are handled but the Gmaps seems to have a problem or two. &lt;br&gt; &lt;p&gt;The default controls (type, zooming, etc.) are not showing up even &lt;br&gt; while I hardcode added them to the map_canvas. The api loads a bit
  </summary>
  </entry>
  <entry>
  <author>
  <name>Quantic</name>
  <email>phill.mered...@gmail.com</email>
  </author>
  <updated>2008-12-02T09:20:06Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/7bd8f337cd184ebb</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/7bd8f337cd184ebb" />
  <title type="html">Google Maps contribution</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;At work we have a database which holds the locations for points of &lt;br&gt; interest to people within our company. I was just wondering how we go &lt;br&gt; about getting google maps to parse this information. If we where to &lt;br&gt; get an xml feed from the database of the information (postcode and &lt;br&gt; place name) would google maps be able to display this.
  </summary>
  </entry>
  <entry>
  <author>
  <name>changfm</name>
  <email>chan...@gmail.com</email>
  </author>
  <updated>2008-12-02T09:36:08Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/313e7d17be838c03</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/313e7d17be838c03" />
  <title type="html">Memory leak of the GClientGeocoder</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I use GClientGeocoder to get locations of markers. &lt;br&gt; But this cause memory leak in IE if I move the markers. &lt;br&gt; The link: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://134.208.3.214/ajax/TestJSMem.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The memory usage is increased as the time goes by. &lt;br&gt; How to solve the problem ? &lt;br&gt; Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>PedroIRB</name>
  <email>pedro.i.rodriguez.beni...@gmail.com</email>
  </author>
  <updated>2008-12-02T09:21:32Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/f6564fb5aa386e60</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/f6564fb5aa386e60" />
  <title type="html">Polylines. Why the polyline disappear when zoom in?</title>
  <summary type="html" xml:space="preserve">
  Dear colleagues, &lt;br&gt; &lt;p&gt;I am developing a GoogleMAp Application and we are having some &lt;br&gt; troubles when using Polylines to shows some path. &lt;br&gt; Do you know if there is some restriction in the number of points of &lt;br&gt; the polyline and/or some restriction about the angles between &lt;br&gt; segments &lt;br&gt; in the polyline. &lt;br&gt; &lt;p&gt;We found problem (the polyline disappear) when zooming-in it if the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bluesapphire</name>
  <email>ahmadsaa...@gmail.com</email>
  </author>
  <updated>2008-12-02T07:15:21Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/91925eb5b13e4a3e</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/91925eb5b13e4a3e" />
  <title type="html">InfoWindow doesn&#39;t show anything</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; Kindly visit following link: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://salon-media.com/asmaplet.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;On this link, you can see that alert is showing different HTML &lt;br&gt; records. But these records are not visible on InfoWindow of pointers. &lt;br&gt; InfoWindow is shown as blank. &lt;br&gt; &lt;p&gt;Can anyone guide me in this regards, where problem is and how to solve
  </summary>
  </entry>
  <entry>
  <author>
  <name>debbi</name>
  <email>debbiosgan...@gmail.com</email>
  </author>
  <updated>2008-12-02T05:11:44Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/29be98f4322d1bd4</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/29be98f4322d1bd4" />
  <title type="html">New problem with GClientGeocoder not defined</title>
  <summary type="html" xml:space="preserve">
  We have been using Google Maps API for over a couple of months with no &lt;br&gt; problems. Recently, only IE6 users (I think it is all of the IE6 &lt;br&gt; users) have been getting a javascript error that reads GClientGeocoder &lt;br&gt; is NULL, undefined or not an object. No changes have been made around &lt;br&gt; the time the errors started beginning November (maybe earlier).
  </summary>
  </entry>
  <entry>
  <author>
  <name>tommo77funk</name>
  <email>em...@vrwebdesign.co.uk</email>
  </author>
  <updated>2008-12-02T01:34:16Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/0d209a3cfa5cc400</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/0d209a3cfa5cc400" />
  <title type="html">Has something happened ?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt; I&#39;m hoping somebody can explain this, suddenly my google maps &lt;br&gt; embedded on my web page, does not display the &#39;satellite view&#39; or any &lt;br&gt; of the markers that I set. Has something happened ? &lt;br&gt; &lt;p&gt;Please see &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vrwebdesign.co.uk/vrplanet.htm&quot;&gt;[link]&lt;/a&gt; and view my &lt;br&gt; source, its all there and it should be working, gmap2 is being used.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniish</name>
  <email>oliver_ishm...@hotmail.com</email>
  </author>
  <updated>2008-12-02T00:25:49Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/9aa478dbd165c3d7</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/9aa478dbd165c3d7" />
  <title type="html">Display form in infowindow</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I have a link in my infowindow, which sends users to a new page &lt;br&gt; displaying an input form. How can i get this input form to display in &lt;br&gt; the infowindow itself ? &lt;br&gt; &lt;p&gt;You can see this on my site: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.globexposure.net&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Click on the link that says &amp;quot;Add a comment&amp;quot; &lt;br&gt; &lt;p&gt;Many thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manight</name>
  <email>m.mat...@evagroup.net</email>
  </author>
  <updated>2008-12-02T00:16:49Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/ef760ef6b62559f3</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/ef760ef6b62559f3" />
  <title type="html">Capturing GControl events</title>
  <summary type="html" xml:space="preserve">
  Is it possible to capture standard GControl events like zoom change or &lt;br&gt; panning obtained by clicking on Google Maps standard control? &lt;br&gt; The idea is to fire some functions before the action issued thru &lt;br&gt; GControl buttons gets executed. &lt;br&gt; Thanks in advance.
  </summary>
  </entry>
  <entry>
  <author>
  <name>kenja</name>
  <email>whitem...@gmail.com</email>
  </author>
  <updated>2008-12-01T23:41:18Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/5d740fd67f364fe9</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/5d740fd67f364fe9" />
  <title type="html">&quot;a is not defined&quot; error</title>
  <summary type="html" xml:space="preserve">
  I&#39;m getting two strange error messages and am trying to figure out how &lt;br&gt; to fix them. You can see them here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.holdemacademy.com/maps_test.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;The error messages are: &lt;br&gt; &lt;p&gt;a is undefined &lt;br&gt; function kj(a,b,c){var d=null,e=a.__e_;i...];if(c){a. __e_={};a.__e_[b] &lt;br&gt; =d}}return d} &lt;br&gt; &lt;p&gt;And: &lt;br&gt; &lt;p&gt;a.c.ga is not a function
  </summary>
  </entry>
  <entry>
  <author>
  <name>Geoff</name>
  <email>geof...@gmail.com</email>
  </author>
  <updated>2008-12-01T21:53:33Z</updated>
  <id>http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/957e85b5b3964714</id>
  <link href="http://groups.google.com.pk/group/Google-Maps-API/browse_thread/thread/957e85b5b3964714" />
  <title type="html">Highlighted links with custom markers</title>
  <summary type="html" xml:space="preserve">
  Is it possible to combine the highlighted links features used in: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://econym.org.uk/gmap/example_map2c.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;with the site I have set up with custom markers in the site below: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www2.med.umich.edu/healthcenters/medcenter.cfm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Any guidance would be greatly appreciated.
  </summary>
  </entry>
</feed>
