SDKs & Platform Guides
Sovereign ships two SDK families plus direct REST access:
- Map SDK - rendering, drawing, clustering and geospatial services in your app.
- Tracking SDK - background GPS collection on Android, iOS, React Native and Flutter.
Map SDK
Interactive maps, drawing tools, clustering and geospatial services, built on MapLibre. See the Map SDK product page for what it enables and why it matters.
- Diverse basemap styles - high-precision vector basemaps including
3D,DARK,LIBERTY,POSITRON,TERRAINandTONER. - Interactive drawing tools - polygons, circles, annotations, line strings and bounding boxes, with a toolbar out of the box.
- GeoJSON serializer - import and export GeoJSON, including automated circle-to-polygon conversion.
- Supercluster engine - render 10,000+ points smoothly, with custom cluster badges.
- Weather gateway - live conditions, 7-day city forecasts and state-wise rainfall.
See it running in the Web SDK Playground, or start with the Web SDK guide.
| Platform | Status | Guide | GitHub |
|---|---|---|---|
| Web (JavaScript / TypeScript) | Available | Web JS → | ss-map-sdk-sample-reactjs |
| Android (Kotlin) | Available | Android → | ss-map-example |
| iOS (Swift) | Available | iOS → | Coming soon |
| React Native | Available | React Native → | ss-sdk-reactnative-example |
| Flutter (Dart) | Available | Flutter → | ss-sdk-flutter-example |
Tracking SDK
Background GPS collection built for field-operations apps, with offline queueing when connectivity drops. See the Tracking SDK product page for what it enables and why it matters.
| Platform | Status | Guide | GitHub |
|---|---|---|---|
| Android (Kotlin) | Available | Android → | ss-tracking-sdk-sample-android |
| iOS (Swift) | Available | iOS → | Coming soon |
| React Native | Coming soon | React Native → | ss-sdk-reactnative-example |
| Flutter (Dart) | Available | Flutter → | ss-sdk-flutter-example |
Get your API key
Every SDK and every endpoint needs credentials. There is no self-serve signup yet - we issue keys during onboarding so we can match the right capabilities and limits to your use case.
What you'll receive
| Credential | What it is |
|---|---|
API key (api-key) | Identifies your account on every request |
| Username & password | Exchanged for a short-lived OAuth2 access token |
| Tenant code | Only if you need the Intelomatic APIs, which operate on your own uploaded data |
How to request access
- +91 8828226844
- Book a demo
Tell us which platform you are building on and what you are trying to do - some APIs work with an API key alone, others need a provisioned tenant, and we will set up whichever you need.
Once you have credentials, the Quickstart takes you from key to first successful call in about five minutes.