Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Usage of ArcGis to trace vehicle path
Forum Updated to NodeBB v4.3 + New Features

Usage of ArcGis to trace vehicle path

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 359 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sush123
    wrote on last edited by sush123
    #1

    Hi Everyone,

    Can anyone help me to trace the path of vehicle when it moves using ArcGis.

    Can be done using QtPositioning as :
    MapItemView {
    model: ABC
    delegate: MapPolyline {
    property var pos: model.coordinate
    line.width: 3
    line.color: model.missionColor
    onPosChanged:
    {
    addCoordinate(pos)
    }
    but i m not sure which signal i need to use when i am using ArcGis instead of onPosChanged .

    1 Reply Last reply
    0
    • L Offline
      L Offline
      ldanzinger
      wrote on last edited by
      #2

      This sample on github shows a possible solution https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/ShowLocationHistory

      F 1 Reply Last reply
      1
      • L ldanzinger

        This sample on github shows a possible solution https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/ShowLocationHistory

        F Offline
        F Offline
        flavves
        wrote on last edited by
        #3

        @ldanzinger The link is outdated. Current link: https://github.com/Esri/arcgis-maps-sdk-samples-qt/blob/main/CppSamples/Maps/ShowLocationHistory

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved