Select to view content in your preferred language

MapVIew.hitTest

229
0
09-14-2023 04:34 AM
Wade
by
Occasional Contributor

How to avoid hitting hitTest when clicking when using small components to measure.

view.on("click", function(event) {

 view.hitTest(event).then(async (response) => {

 });
});
0 Kudos
0 Replies