How to trigger click on bus stops on Google Maps V3? -
the google maps contains bus stops such below:
how can programmatically open info window? have coordinates location.
i have attempted call below, doesn't work.
var mouseevent = { stop: null, latlng: latlng } google.maps.event.trigger(map, 'click', mouseevent);

Comments
Post a Comment