2
votes
3answers
367 views
How to force the GInfoWindow to shorten its tail?
In my Google Maps application, which is supposed to be run on mainly on iPhones, hence the 480/320 window resolution, I am displaying some "stuff" in the GInfoWindow information bubbles. The problem …
0
votes
0answers
19 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
4answers
765 views
Google Maps API--Can’t get info window data to load properly
I have this code that generates markets I want to be clickable with a pop up info window.
for (i = 0; i < marker_array.length; i++) {
var point = new GLatLng(marker_array[i][0], …
0
votes
4answers
4k views
Google Maps API - GMarker.openInfoWindowHtml() stopped working
I have a Google Map that suddenly stopped working for no apparent reason (I hadn't touched the code for months, but the wrapper code from our CMS may have changed without Corporate telling me).
…
