This question is related to my question here:
Since it is possible to trigger a click event programmatically like this, I'm wondering if I can trigger a click event on a given lat/lng position in the same way?
Example code:
google.maps.event.trigger(marker, 'click');
Pseudo code of what I would like to do:
google.maps.event.trigger(place.geometry.location, 'click');
How to trigger the onclick event of a marker on a Google Maps V3?
Given the documentation it is really a long shot, but it would solve my current problem.
https://developers.google.com/maps/documentation/javascript/3.exp/reference#event