Top "Infowindow" questions

The InfoWindow is a standard class within the Google Maps JavaScript API; it is an overlay that displays content in a floating window above the map and is anchored at a specified location on the map.

Google Maps InfoWindow width is overwritten even when set correctly

I'm using Google Maps API and I have some troubles about InfoWindow. Here is a summary : I'm loading the InfoWindow's …

google-maps google-maps-api-3 width infowindow
how to fetch image from the assets/images folder in a rails app

I have been searching and searching for this answer. But I cannot seem to make this work, several hours now. …

javascript ruby-on-rails ruby infowindow
Dynamic contents in Maps V2 InfoWindow

I want to show an InfoWindow on markers in a Maps V2 fragment. Thing is, I want to show BitMaps …

android google-maps infowindow universal-image-loader
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 …

google-maps click polygon infowindow openinfowindowhtml
Google Maps V3 InfoWindow ignores latLng position

My map has no markers. In response to a click on the map, it pops up an infowindow with Lat/…

google-maps google-maps-api-3 infowindow
Updating Maps V3 with 'idle' Listener. Opening InfowWindow triggers this and hides the marker

This loads the map, gets new results and removes the old ones: google.maps.event.addListener(map, 'idle', function() { updateMap(); }); …

google-maps google-maps-api-3 infowindow
Creating Infowindows on features loaded via loadGeoJson()

I apologize if this is basic, but I have very limited javascript knowledge. I'm making a map that loads GeoJSON …

javascript google-maps-api-3 infowindow geojson
Maps API v3: New InfoWindow, with pixelOffset, w/ data from KML.

Hello: I'm making progress on my Google Map (see my previous post: KML markers missing on Google Maps API v3: …

javascript google-maps-api-3 kml infowindow
Click event in Google Map InfoWindow not caught

With Google Map v2, I would like to be able to trigger a function when clicking a text in the …

javascript google-maps mouseclick-event infowindow