Hello Chris,
Thank you for writing.
Clicks on pins can be detected by handling the
MouseDown event of the
RadMap control. Indeed, you need to work with the HitTest method and you can invoke it directly on your layer and it will return a
MapPin object if found. The tricky part is transforming the mouse coordinates to geographic ones. Please see my code snippet below:
I hope this helps. Should you have further questions please do not hesitate to write back.
Regards,
Hristo
Telerik by Progress