<?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 Obtain and Store the coordinates of a device's current location in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862972#M3061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;I followed the tutorial entitled "Load a Webmap and Display Device Location" and I was successful. Now that I was able to display the device's location, I wanted to get/extract its coordinates and store it in a feature service. I have tried numerous examples on here and even resorted to trying to customize the add/ delete features template however I was unsuccessful. Instead of the Display Device Location, I also tried older examples such as position display point (mapPoint) where I modified the code a bit to use location display etc and it still did not work. I used another example from on here (Add a feature in a feature service-I had to modify the code as well) and I got a basemap to show up and a button (alone) however when the button was clicked, nothing happened.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do? How can I obtain the coordinates from the device's current location and how can I store these coordinates? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 19:04:58 GMT</pubDate>
    <dc:creator>GiatriLalla</dc:creator>
    <dc:date>2018-09-21T19:04:58Z</dc:date>
    <item>
      <title>Obtain and Store the coordinates of a device's current location</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862972#M3061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;I followed the tutorial entitled "Load a Webmap and Display Device Location" and I was successful. Now that I was able to display the device's location, I wanted to get/extract its coordinates and store it in a feature service. I have tried numerous examples on here and even resorted to trying to customize the add/ delete features template however I was unsuccessful. Instead of the Display Device Location, I also tried older examples such as position display point (mapPoint) where I modified the code a bit to use location display etc and it still did not work. I used another example from on here (Add a feature in a feature service-I had to modify the code as well) and I got a basemap to show up and a button (alone) however when the button was clicked, nothing happened.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do? How can I obtain the coordinates from the device's current location and how can I store these coordinates? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 19:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862972#M3061</guid>
      <dc:creator>GiatriLalla</dc:creator>
      <dc:date>2018-09-21T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain and Store the coordinates of a device's current location</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862973#M3062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Quick Report template should have an example of this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 19:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862973#M3062</guid>
      <dc:creator>KE</dc:creator>
      <dc:date>2018-09-21T19:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain and Store the coordinates of a device's current location</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862974#M3063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Giatri,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the sample "Display Device Location" is using&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-locationdisplay.html#positionSource-prop"&gt;LocationDisplay&amp;nbsp;QML Type from ArcGIS Runtime for Qt QML&lt;/A&gt;&amp;nbsp;, and then there is a property "positionSource"&amp;nbsp;in the type of&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;A href="http://doc.qt.io/qt-5/qml-qtpositioning-positionsource.html#position-prop"&gt;PositionSource QML Type from QT&lt;/A&gt;, that has "position" property in the type of&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;A href="http://doc.qt.io/qt-5/qml-qtpositioning-position.html"&gt;Position QML Type&lt;/A&gt;&amp;nbsp;that has "coordinate" and other properties that should give lat/long, and other position value you need.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 19:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/obtain-and-store-the-coordinates-of-a-device-s/m-p/862974#M3063</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2018-09-21T19:29:38Z</dc:date>
    </item>
  </channel>
</rss>

