is it possible to show hand cursor on mouseover KMLLayer in Google Maps 3?
I see the two solutions (but it seems that they cannot be used):
- handle mouseover event for KMLLayer and change cursor in CSS
- handle mouseover event for Map and check if cursor’s location is contained by KMLLayer
Do you have any other ideas?
Thanks
The kml polygon cannot have a mouseover event so 1. is not possible.
As for second i really don’t see an easy way out.
If you could change the format of the data to something else than kml things would be way better.