isStatisticsLogLocation

var isStatisticsLogLocation: Boolean

Set the statistics location logging. If enabled, the location received from updateLocation will be logged at regular intervals while location updates are received.

Set the property to true to enable, false to disable it. Default is true.

Notes

isStatisticsLog must be enabled before any logging will occur.

Notes

This method will be ignored if called before loadMapData

Since

1.5

mMapController.isStatisticsLogLocation = true;