Usage of ArcGis to trace vehicle path
-
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 . -
This sample on github shows a possible solution https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/ShowLocationHistory
-
This sample on github shows a possible solution https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/Maps/ShowLocationHistory
@ldanzinger The link is outdated. Current link: https://github.com/Esri/arcgis-maps-sdk-samples-qt/blob/main/CppSamples/Maps/ShowLocationHistory