isStatisticsLogCamera

var isStatisticsLogCamera: Boolean

Set the statistics camera logging. If enabled, the camera's ground focus position will be logged at regular intervals during the end users interactions with the map.

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

Notes

isStatisticsLog must be enabled before any logging will occur.

Notes

This method will be ignored if called before loadMapData

Since

1.5

mMapController.isStatisticsLogCamera = true;