Tagged Questions
1
vote
2answers
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
1answer
62 views
google maps api v3 multiple jumping location marks with info window
My goal is create a map with multiple locations with a map that jumps from marker to marker when a html tag was click elsewhere on the page
i made the jumps work but, i can't seem to get the ...
0
votes
0answers
243 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
233 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 ...
0
votes
1answer
325 views
Google maps - info window closing with a timer
im having a little problem with the Google API maps, i was wondering if anyone could help. I am trying to get infowindows to open with some HTML in containing a HREF. Now i could use the "X" to close ...