tags:

views:

16

answers:

1

I want to click on a marker and map programmatically, in Google Maps. How can I do this?

+1  A: 

Keep a reference to the object you want to click programmatically and call the trigger event on it.

http://code.google.com/apis/maps/documentation/javascript/reference.html

Malevolence
Thanks alot for you help...Regards