How to get the point from event
arcgisViewClick(event: HTMLArcgisMapElement["arcgisViewClick"]) ?
Thanks.
Forrest
Solved! Go to Solution.
Events on components are custom events, so you can find the point on "event.detail.mapPoint".
We'll make this clearer in the 4.33 documentation release.
Events on components are custom events, so you can find the point on "event.detail.mapPoint".
We'll make this clearer in the 4.33 documentation release.
Thanks.