<?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 Update GPS lat, long coord using arcgis in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206267#M4702</link>
    <description>&lt;P&gt;Hello, I'm new to arcgis. I need help/advise on how to update GPS lat, long coord to update my new location on my map. I can't find any example to update except using NMEA method. I'm using QML for this. Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 09:42:25 GMT</pubDate>
    <dc:creator>xjadenz</dc:creator>
    <dc:date>2022-08-25T09:42:25Z</dc:date>
    <item>
      <title>Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206267#M4702</link>
      <description>&lt;P&gt;Hello, I'm new to arcgis. I need help/advise on how to update GPS lat, long coord to update my new location on my map. I can't find any example to update except using NMEA method. I'm using QML for this. Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 09:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206267#M4702</guid>
      <dc:creator>xjadenz</dc:creator>
      <dc:date>2022-08-25T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206332#M4705</link>
      <description>&lt;P&gt;If your location is on the map display you can simply run &lt;STRONG&gt;Add XY Coordinates&lt;/STRONG&gt; to get the coordinates with little effort.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 14:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206332#M4705</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-08-25T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206559#M4706</link>
      <description>&lt;P&gt;To be clear, are you trying to set your viewpoint to a different x,y value? If yes, here's the &lt;A href="https://developers.arcgis.com/qt/qml/sample-code/change-viewpoint/" target="_self"&gt;Change viewpoint sample&lt;/A&gt; which showcases that workflow.&lt;/P&gt;&lt;P&gt;Otherwise, if you could share more details on what you are trying to accomplish or even a snippet of the code you're working on, I may be able to assist.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 21:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206559#M4706</guid>
      <dc:creator>Gela</dc:creator>
      <dc:date>2022-08-25T21:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206613#M4707</link>
      <description>&lt;P&gt;Sorry for the confusion, what I wanted to achieve is to use an external GPS coordinate to update my location on the map using locationDisplay method to display instead of using the NMEA method. I try to find examples for it but only have the NMEA method.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 01:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206613#M4707</guid>
      <dc:creator>xjadenz</dc:creator>
      <dc:date>2022-08-26T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206807#M4711</link>
      <description>&lt;P&gt;Aha! There are a number of samples that should help you with your goal of using external GPS coordinates to update your location on the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/qml/sample-code/display-device-location-with-autopan-modes/" target="_blank" rel="noopener"&gt;Display device location with autopan modes&lt;/A&gt;: Retrieve and show your current position on the map&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/qt/qml/sample-code/show-device-location-using-indoor-positioning/" target="_blank" rel="noopener"&gt;Show device location using indoor positioning&lt;/A&gt;: Since you mentioned GPS you probably want the first suggestion. But&amp;nbsp; FYI this sample retrieves and shows your real time position indoors using IPS from indoor positioning beacons. Intended for navigating indoors within buildings.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206807#M4711</guid>
      <dc:creator>Gela</dc:creator>
      <dc:date>2022-08-26T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update GPS lat, long coord using arcgis</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206985#M4712</link>
      <description>&lt;P&gt;Thanks. I will take a look at it.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 11:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/update-gps-lat-long-coord-using-arcgis/m-p/1206985#M4712</guid>
      <dc:creator>xjadenz</dc:creator>
      <dc:date>2022-08-27T11:30:30Z</dc:date>
    </item>
  </channel>
</rss>

