Developer documentation for the Locus public API surface — the contracts third-party apps depend on to talk to Locus Map.
The tree mirrors the per-platform module split: AIDL services, parcelables, and
Android-specific bindings live under android/; the KMP-shared core (when its
docs land) will live under kmp/; iOS later under ios/.
| Subdirectory | What's in it |
|---|---|
android/ |
Android-specific surface — AIDL services (sensor adapter, compute-track, map-tile), parcelables, manifest conventions |
plans/ |
Forward-looking design proposals for evolving the API surface |
kmp/ |
placeholder — KMP-shared types (Storable / Location / Track / GeoDataExtra) when the migration lands |
ios/ |
placeholder — iOS bindings when they arrive |
The repo-level README.md covers building, publishing, and
versioning. The CHANGELOG.md tracks per-release surface
changes.