VisioMove Essential (Android)  1.27.6

◆ setStatisticsTrackedPlaceIDs()

void setStatisticsTrackedPlaceIDs ( List< String >  trackedPlaceIDs)

Set the statistics place tracked position logging for a list of place IDs.

Calling this will override any previous place IDs that where being tracked.

Parameters
trackedPlaceIDsAn array of place IDs to be tracked. Pass empty array to stop tracking.
Note
VMEMapView.setStatisticsLog(boolean) must be enabled before any logging will occur.
This method will be ignored if called before VMEMapView.loadMap()
Version
1.18
Example
List<String> trackedPlaces = Arrays.asList(lCatOnline);
mMapView.setStatisticsTrackedPlaceIDs(trackedPlaces);
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy