statisticsTrackedPoiIDs

var statisticsTrackedPoiIDs: ArrayList<String>

Set the statistics poi tracked position logging for a list of poi IDs. Calling this will override any previous poi IDs that where being tracked.

Set the property with and array of poi IDs to be tracked. Pass empty array to stop tracking.

Notes

isStatisticsLogInterest must be enabled before any logging will occur.

Notes

This method will be ignored if called before loadMapData

Since

1.18

List<String> trackedPois = Arrays.asList(lCatOnline);
mMapController.statisticsTrackedPoiIDs = trackedPois;