When I select a point on the map, a popUp opens that shows information about that point, I need to capture that information to use that data, but I don't know how to do that in JavaScript
You can user hitTest method to capture graphic when user clicks on the viewview.hitTest(event, opts).then((result)=>{
const graphic = response.results[0].graphic;
});See this sample: https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.