-1

I tried under code, it only invoke click event on map, but not open the infowindow like in picture, when mouse click it.

google.maps.event.trigger(map, 'click', latlng);

screen shot

duncan
  • 31,401
  • 13
  • 78
  • 99
  • check this question you may find something useful. - http://stackoverflow.com/questions/17464037/how-to-display-only-one-infowindow-at-a-time-in-google-maps-api-v3 – Nikhil Chavan Jul 28 '15 at 08:38
  • you should check out the map documentation. There is an example here - https://developers.google.com/maps/documentation/javascript/examples/infowindow-simple - on infowindows. – Craicerjack Jul 28 '15 at 08:47

1 Answers1

0

You can't trigger the "place" InfoWindows (for the POIs shown on the Google Map tiles)

geocodezip
  • 158,664
  • 13
  • 220
  • 245
  • Thank me by [accepting the answer](http://meta.stackoverflow.com/questions/5234/how-does-accepting-an-answer-work) – geocodezip Jul 28 '15 at 19:46