is Statistics Log
This attribute is the main switch for logging statistics.
If enabled, then the requested statistics will be logged. If disabled, none of the requested statistics will be logged.
Return
Whether enabled or not.
Set the property to true to enable, false to disable it. Default is false.
Notes
This method will be ignored if called before loadMapData
Notes
This method should be called within or after mapDataDidLoad because it can be enabled via the application parameters.
Since
1.5
boolean isEnabled = mMapController.isStatisticsLog
mMapController.isStatisticsLog = true
Content copied to clipboard