Hi All,
           I am using the Google Maps API for my client. Now they want
a functionality as in this link
http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/test.html
. i.e  they want to edit Maps and  Info windows to appear when markers
are created and lines are drawn.
For the info windows to appear, I am doing the below mentioned steps :

1) In the 'Click' event of 'addListener' I am creating a HTML form ,
and passing this form to the openinfowindow method i.e
map.openinfowindow(latlng,html);


But for this I get an error that the object does not support this
property.(Whn debugging I see that it termitates at the above
mentioned statement) .
I even tried with BindInfowindow() . But i get the same error with
thsi too.. where am I doing wrong?


Kindly help

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to