Comment on page
Event Logging
The MapsIndoors SDK records anonymous usage statistics and diagnostic events per default and sends the logged data to a server at MapsPeople.
Logging may be disabled entirely by calling:
Java
Kotlin
MapsIndoors.disableEventLogging(true);
MapsIndoors.disableEventLogging(true)
Last modified 1mo ago