How to trigger click on bus stops on Google Maps V3? -


the google maps contains bus stops such below:

google bus stop

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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -