Hi ,
I am trying to get path covered by user to display it using polyline. I m already displaying current location. But don't know how to get path it covered ,
As their is no starting point and no end point for route. End point is the current location just like the navigate route.
But i can't use navigate route. as it demands for start point etc.
Query: When user enters my property Boundary, from that moment I want to track and get the location of users showing current location
Any idea or example will be helpful
//This is how i am displaying current location
mapView.locationDisplay.autoPanMode = Enums.LocationDisplayAutoPanModeCompassNavigation;
mapView.locationDisplay.start();