<?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 Get the path covered by user and display current location in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261378#M1349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to&amp;nbsp;get path covered by user to display it&amp;nbsp; using polyline. I m already displaying current location. But don't know how to get path it covered ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;As their is no starting point and no end point for route. End point is the current location just like the navigate route.&lt;/P&gt;&lt;P&gt;But i can't use navigate route. as it demands for start point etc.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Query: When user enters my property Boundary, from that moment I want to track and get the location of users showing current location&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea or example will be helpful&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #008000;"&gt;//This is how i am displaying current location
mapView.locationDisplay.autoPanMode&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;Enums.LocationDisplayAutoPanModeCompassNavigation;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #008000;"&gt;mapView.locationDisplay.start();&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:15:50 GMT</pubDate>
    <dc:creator>rsharma</dc:creator>
    <dc:date>2021-12-12T16:15:50Z</dc:date>
    <item>
      <title>Get the path covered by user and display current location</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261378#M1349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to&amp;nbsp;get path covered by user to display it&amp;nbsp; using polyline. I m already displaying current location. But don't know how to get path it covered ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;As their is no starting point and no end point for route. End point is the current location just like the navigate route.&lt;/P&gt;&lt;P&gt;But i can't use navigate route. as it demands for start point etc.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Query: When user enters my property Boundary, from that moment I want to track and get the location of users showing current location&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea or example will be helpful&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #008000;"&gt;//This is how i am displaying current location
mapView.locationDisplay.autoPanMode&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;Enums.LocationDisplayAutoPanModeCompassNavigation;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #008000;"&gt;mapView.locationDisplay.start();&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261378#M1349</guid>
      <dc:creator>rsharma</dc:creator>
      <dc:date>2021-12-12T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get the path covered by user and display current location</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261379#M1350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/393897"&gt;rajni sharma&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-qt/blob/v.next/ArcGISRuntimeSDKQt_QMLSamples/Maps/ShowLocationHistory/ShowLocationHistory.qml"&gt;Show location history sample&lt;/A&gt;&amp;nbsp;is doing the kind of workflow you describe. Note that this code targets our upcoming 100.9 release so some of it may not be available in your current version - but the essential idea is to use a&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-polylinebuilder.html"&gt;PolylineBuilder&lt;/A&gt;&amp;nbsp;which you add a point to every time a new location is received. Then you use the result of that builder (e.g. a Polyline) to create or update the geometry for a Graphic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 11:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261379#M1350</guid>
      <dc:creator>LukeSmallwood</dc:creator>
      <dc:date>2020-08-17T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get the path covered by user and display current location</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261380#M1351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When is 100.9 is going to release as i got the problem to use and test it for my app . Is their any otherway meanwhile&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/503729_Screenshot 2020-08-18 at 9.47.48 AM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 04:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261380#M1351</guid>
      <dc:creator>rsharma</dc:creator>
      <dc:date>2020-08-18T04:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get the path covered by user and display current location</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261381#M1352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/393897"&gt;rajni sharma&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are targeting having 100.9 released by the end of the August 2020. That is our current target, but I cannot guarantee it. We're working hard to make sure it happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 13:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261381#M1352</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2020-08-18T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get the path covered by user and display current location</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261382#M1353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the example is working with 100.8 also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/get-the-path-covered-by-user-and-display-current/m-p/261382#M1353</guid>
      <dc:creator>rsharma</dc:creator>
      <dc:date>2020-08-24T12:11:02Z</dc:date>
    </item>
  </channel>
</rss>

