Android Setup
Project configuration (Gradle)
Versions and plugins (libs.versions.toml)
libs.versions.toml)[plugins]
android-library = { id = "com.android.library", version.ref = "agp" }
jetbrains-kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "kspVersion" }
google-services = { id = "com.google.gms.google-services", version.ref = "googleSvc" }
[versions]
agp = "8.13.1"
kotlin = "2.2.21"
kspVersion = "2.3.1"
googleSvc = "4.4.4"Plugins in the project build.gradle
build.gradlePlugins in project settings.gradle
settings.gradleSDK dependencies (app module)
Plugins and configuration in the app build.gradle
build.gradleInitialization and Configuration
Step 1: Initialization in Application
Step 2: Complete Configuration
Usage Example
Step 3: Init Observed Mode
LocatorConfig Structure
Integrator (LocatorIntegration)
Exceptions
Starting Location Collection
Commands
SDK Device Replacement Process
Handling SDK start permissions
Audio recording functionality after device initialization in SOS mode (optional)
Periodic updates of Geofences
Points of Interest
Version 2.1.0
Last updated
