Tagged Questions

2
votes
2answers
2k views

Google maps : How to open an InfoWindow for a Polygon by clicking on it?

I have a simple question, but i can't find the answer in the Google Maps API documentation... I have a map with 13 polygons drawed by the API. Here is an exemple of one of these polygons : var ...
1
vote
2answers
447 views

Google Maps API V3 InfoBox using jQuery fadeIn and fadeOut

I have searched the web high and low and have not been able to find a tutorial or example of using jQuery to fade an Infobox/Infowindow in Google Maps not the content the actual box/window. Here is ...
1
vote
1answer
1k views

Google maps infowindow height problem

I've been searching the net for a solution. My problem is that the info window's height is not calculated properly. There are no images in there so it is not an issue with the image loading later and ...
0
votes
0answers
238 views

Need infobox instead of infowindow

Where am I wrong in this code? http://kuponik.adriamart.com/phpsqlajax_map_v3.html I want an infobox instead of infowindow but I don't know where I went wrong. Also i want to know how to add ...
0
votes
2answers
216 views

google map - jquery window problem

When i click on marker always show the same data... why? code: function load() { var dialog = $('<div>').dialog({autoOpen:false}); var map = new ...