Tooltip/Popup not displaying on Marker when Hovering

676
1
07-31-2021 12:44 AM
balakrishnak
New Contributor

We want  to show the popup/tooltip on hover of the marker symbol.

 

But we are facing challenge on hovering the marker, when we are clicking on marker the popup coming as expected but when hovering popup not displaying.

Below the sample code.

 

var pointGraphic = new Graphic({

            geometry: point,

            attributes: lineAtt,

            symbol: markerSymbol,

            popupTemplate: {

              title: "{Name}"              

            }

});

 

do we have any method or approach to show the popup on marker symbol when hovering?

 

Thanks in advance.

Tags (4)
0 Kudos
1 Reply
ReneRubalcava
Frequent Contributor
0 Kudos