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.

Add an Image from url into custom InfoWindow google maps v2

I'm am working in an android app. The user make a search at google maps for restaurants. In google map …

android google-maps google-maps-api-2 infowindow loadimage
How to change the InfoWindow Background color

I'm facing the problem,My google Map API showing default InfoWindow with background color white.I want change the White …

google-maps google-maps-api-3 infowindow
Changing background color in Google Map InfoWindow

I want my InfoWindows in my Google Map implementation to have a black background color. "backgroundColor" is not an available …

google-maps google-maps-api-3 infowindow
Open InfoWindow for each polygon google maps V3

Hope someone can help me with this issue. I'm trying to open an info windows on click for each polygon …

google-maps-api-3 polygon infowindow
google maps v3 adding an info window to a circle

Is there a way to add a infoWindow to a circle created by google.maps.Circle something like this var …

google-maps-api-3 infowindow
Google Map v3 - Center a infowindow when opened

I have a Google Map that works fine but I just need to tweak it so that when a marker …

google-maps google-maps-api-3 maps center infowindow
google maps v3 formatting multiple lines of content in infoWindow

I am trying to create an infoWindow in google maps v3 which contains multiple lines of content. However the "\n" …

google-maps-api-3 newline infowindow
Multiple polylines and infowindows with Google Maps V3

I have a map with multiple polylines and would like to open a line-specific-infowindow when clicking the line. So far …

google-maps google-maps-api-3 infowindow polyline
Google maps api v3 infowindow position in custom image

I implemented the v3 of google maps in my site. I created custom images to show points on the map. …

image google-maps infowindow
Button onclicklistener on infowindow in google map

How can i detect the button setOnClickListener in info window on google map? Actually in my info window i have …

android google-maps infowindow