Is there any way to perform marker click event on Google Map automatically.
Hope to hear from your answer.
Thank you.
Regards,
Parmanand Soni
Is there any way to perform marker click event on Google Map automatically.
Hope to hear from your answer.
Thank you.
Regards,
Parmanand Soni
Use google.maps.event.trigger()
method. See google docs events. As an instance object you have to use your marker. For example:
google.maps.event.trigger(marker, 'click');