Official Navvo client libraries (web, server, mobile, car & desktop). Download an artifact and publish it to its registry. Verify with SHA256SUMS.txt. Specs: docs/SDKs.
Platform coverage: phones & tablets (Android/iOS/React Native/Flutter), Android Auto (Android SDK 0.2.0), Apple CarPlay (iOS SDK 0.2.0), Windows/macOS/Linux desktop (Electron/Tauri sample on the Web SDK), browsers (@navvo/maps-js) and servers (Node/Python/Go/Java).
Every Navvo API in one importable collection — 608 requests across 67 folders (consumer APIs from the docs plus admin/internal surfaces). Variables: baseUrl, apiKey (auto-attached as x-api-key), accessToken (captured automatically after POST /auth/login / /auth/firebase) · Postman v2.1
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| Navvo.postman_collection.json | 1.1M | b7f100a8c93568c6… | Postman → Import → drop this file. Set apiKey or sign in via the Auth folder. |
Web Maps JavaScript SDK (browser) · npm
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-maps-js-0.1.0.tgz | 1.1 MB | 9a90f93c3525a105… | npm package — npm publish navvo-maps-js-0.1.0.tgz --access public |
| navvo-maps.js | 1 MB | a255440c0f20b598… | Browser UMD bundle (global NavvoMaps, rendering engine bundled) — host on your CDN |
| navvo-maps.css | 73 KB | 3aa67a926cb6574e… | Stylesheet for the UMD bundle |
Server-side client for Node.js · npm
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-sdk-0.1.0.tgz | 97 KB | ec0e402c27c7b5c8… | npm package — npm publish navvo-sdk-0.1.0.tgz --access public |
Server-side client for Python (3.8+) · PyPI
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-0.1.0-py3-none-any.whl | 23 KB | 835c19dc9e129f7b… | Wheel — python -m twine upload navvo-0.1.0* |
| navvo-0.1.0.tar.gz | 29 KB | 53c262e60a02610b… | Source distribution |
Server-side client for Go · Go module proxy
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-go-0.1.0-src.zip | 40 KB | ac3c4d88821cd70f… | Module source — publish via git tag v0.1.0 && git push --tags on github.com/navvo/navvo-go |
Server-side client for Java (11+) · Maven Central
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-java-0.1.0.jar | 72 KB | 330ec42f5c2e95a7… | Dependency-free JAR (JDK 11 + vendored JSON) — usable as-is or mvn deploy |
| navvo-java-0.1.0-sources.jar | 51 KB | 8af06bd750aa49a1… | Sources JAR |
Android Maps SDK (Kotlin) — NavvoMapView + NavvoServices; phones, tablets/foldables & Android Auto (io.navvo.maps.car) · Maven
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-maps-android-0.2.0.tar.gz | 43 KB | b3a1feaea493e717… | Latest. Adds Android Auto (NavvoCarAppService, car map/navigation screens, surface renderer) + tablet notes — build with AGP 8.2+/JDK 17, then gradle :navvo-maps:publish |
| navvo-maps-android-0.1.0.tar.gz | 36 KB | d8fdff3b99c80ee3… | Previous release (map + services only) |
iOS Maps SDK (Swift Package) — NavvoMapView + async NavvoServices; iPhone, iPad, CarPlay (NavvoCarPlayController) & macOS via Designed for iPad · SPM
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-maps-ios-0.2.0.tar.gz | 44 KB | 33be65ae3c607a14… | Latest. Adds CarPlay (scene delegate, CPMapTemplate nav skeleton; #if canImport(CarPlay)-guarded) + iPad/Catalyst notes — tag + push to your SPM registry/repo |
| navvo-maps-ios-0.1.0.tar.gz | 38 KB | 9cbc131792978f7c… | Previous release (map + services only) |
React Native SDK (TypeScript) — <NavvoMapView/> + typed NavvoServices; tablets adaptive, Android Auto / CarPlay via documented native interop · npm
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-react-native-maps-0.1.0.tar.gz | 34 KB | d110b46dc2abdde0… | Package source — npm publish from the package dir |
Flutter SDK (Dart) — NavvoMap widget + pure-Dart NavvoServices; tablets adaptive, Android Auto / CarPlay via documented native interop · pub.dev
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo_maps_flutter-0.1.0.tar.gz | 37 KB | 5f4e694848436960… | Package source — unpack, then dart pub publish from the package dir |
Windows / macOS / Linux desktop apps — minimal runnable Electron sample on @navvo/maps-js (Web SDK vendored inside), with electron-builder packaging + Tauri notes · sample
| File | Size | SHA-256 | Notes |
|---|---|---|---|
| navvo-desktop-sample-0.1.0.tar.gz | 1 MB | 2f091bf3703eeda2… | Self-contained — unpack, npm install && npm start; installers via npm run dist (NSIS / dmg / AppImage) |