Thanks Pil - I actually changed latlng to point and then changed all
latlng variables in the infowin js file to point - my mistake.

One last thing regarding Ben's custom window...
I am trying to add a 'close' button, for now I've placed text and it
can be seen here
http://twizla.com.au/test/

I followed ben's source from here; 
http://www.weheartplaces.com/users/benn/random?iframe=1
where he has an event listener, when you click on the map.
      GEvent.addListener(marker, "click", function() {
                                if(info){
                                        gm.removeOverlay(info);
                                }

I linked my 'close' text to: onclick='map.removeOverlay(info);' as my
map is named map, not gm.
Why won't it close the info window?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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