He
how can I display information on a pointshape only when I move the mouse over it?, like the marker but without the use of a webimage, by example the tooltip
thanks.
Pamela
He
how can I display information on a pointshape only when I move the mouse over it?, like the marker but without the use of a webimage, by example the tooltip
thanks.
Pamela
Lesly,
You should use markers when you want to hook up client responsive events, such as mouse hovering.
PointShape stands for a geographic point, which inherits from Shape class just like LineShape or PolygonShape, nothing makes it special just because it’s a point. Markers are special designed for responsive refresh in web browser, features like tooltip, mousehover event, should use that.
If you want to add a tooltip to a marker, please have a look at our online demo, go to Markers ->”Set the Hover Popup of a Marker” to see how it works.
Ben