isStatisticsLogInterest

var isStatisticsLogInterest: Boolean

Set the statistics interest logging. If enabled, the user's map interests will be logged. Interests include:

  • selected pois

  • route information (origin and destinations)

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

Notes

isStatisticsLogInterest must be enabled before any logging will occur.

Notes

This method will be ignored if called before loadMapData

Since

1.5

mMapController.isStatisticsLogInterest = true;