ThinkGeo.com    |     Documentation    |     Premium Support

Add mouse over event on feature or shape

hello,
we are trying to add mouse over event on feature or shape(polygon or line shape) .is there any way to perform this operation.please provide us with sample code if available,
thanks and regards,
hrishikesh

Hi Hrishikesh,

Do you means MouseLeave event or MouseHover event?

If you means MouseLeave event, I think you need add your logic in MouseMove event, you can adjust whether the target shape contains your mouse coordinates, if it don’t contains, just know it leave.

We don’t have existing event for it.

Regards,

Ethan