<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I capture information of a point on the map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-capture-information-of-a-point-on-the/m-p/1155265#M76702</link>
    <description>&lt;P&gt;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&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 15:37:27 GMT</pubDate>
    <dc:creator>stiven</dc:creator>
    <dc:date>2022-03-18T15:37:27Z</dc:date>
    <item>
      <title>How can I capture information of a point on the map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-capture-information-of-a-point-on-the/m-p/1155265#M76702</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-capture-information-of-a-point-on-the/m-p/1155265#M76702</guid>
      <dc:creator>stiven</dc:creator>
      <dc:date>2022-03-18T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture information of a point on the map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-capture-information-of-a-point-on-the/m-p/1155506#M76714</link>
      <description>&lt;P&gt;You can user hitTest method to capture graphic when user clicks on the view&lt;BR /&gt;view.hitTest(event, opts).then((result)=&amp;gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;const&lt;/SPAN&gt;&lt;SPAN&gt; graphic = response.results[&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;].graphic;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;});&lt;BR /&gt;&lt;BR /&gt;See this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 09:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-capture-information-of-a-point-on-the/m-p/1155506#M76714</guid>
      <dc:creator>YObaidat</dc:creator>
      <dc:date>2022-03-20T09:02:03Z</dc:date>
    </item>
  </channel>
</rss>

