For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

MapsIndoors.disableEventLogging(true);
MapsIndoors.disableEventLogging(true)

Last updated

Was this helpful?