MapImageLayer Click Highlight

158
0
09-23-2023 01:07 AM
Wade
by
New Contributor III

I would like to ask, when using MapImageLayer, identify clicks on the feature, how can I make the data in MapImageLayer have a highlight display?

The following is the general usage of featurelayer.

 

view.whenLayerView(feature).then(function (layerView) {
     highlight?.remove();
     highlight = layerView.highlight(id);
});

 

 

0 Kudos
0 Replies