Within my ASP.NET 3.5 web application, I have integrated a Google map through embedding.
I successfully incorporated reverse geocoding, allowing me to retrieve the address from latitude and longitude upon clicking on the map.
However, I am now seeking to implement a similar functionality for when a user clicks on a marker on the map.
What would be the proper coding approach for capturing a marker click event?