Changelog
What's new.
Release notes for every Maiaddy API, SDK, and console update.
Maimaps is live
APISDKConsoleMaimaps is out of the launch hold. You can now issue Maimaps API keys from the console, and the full reference and guides are public.
- Maimaps now appears in the console APIs list, so you can create mk_live_ and mk_test_ keys for it.
- The Maimaps API reference is back at /reference/maimaps, covering all eight /sdk/v1 endpoints plus the map-display routes.
- Guides are public again: rendering your first map, search-then-route, working with loccodes, and handling errors and quotas.
- Current SDK versions: @maimaps/js, @maimaps/react, and @maimaps/react-native at 0.1.1; maimaps_flutter at 0.1.2.
Maimaps documentation, in full
DocsSDKThe Maimaps API reference now documents every endpoint properly, the SDK docs are public, and there are guides.
- Every /sdk/v1 endpoint now has request parameters and a real response body, replacing the summary table.
- New concept sections: loccodes (a loccode is a street, not a point) and coordinate ordering (requests are lat/lng, response geometry is lng/lat).
- The error table now includes the six navigation-service codes that reach you through /sdk/v1: INVALID_PARAMS, VALIDATION_ERROR, NOT_FOUND, ROUTING_FAILED, ENGINE_UNAVAILABLE, and INTERNAL_ERROR.
- SDK pages for @maimaps/js, @maimaps/react, @maimaps/react-native, and maimaps_flutter are now public, no sign-in required, and each carries a full API reference.
- Four new guides: rendering your first map, search-then-route, working with loccodes, and handling errors and quotas.
- Corrected the response envelope examples: status is a JSON boolean (true/false), not the string "success".
TEST and LIVE mode
ConsoleBillingThe console is now scoped to an environment. Switch between TEST and LIVE from the header; keys, usage, and wallets are tracked separately per mode.
- Dual wallets: TEST credits are separate from LIVE credits, and TEST top-ups are free.
- Your mode selection persists across sessions.
Unified credit-wallet billing
BillingOne credit wallet now funds every Maiaddy API. Usage is metered against it by default rather than per-product.
Search across the reference
DocsEvery API reference is now searchable, with results that jump straight to the relevant section.
Maimaps API and SDKs
APISDKDocsMaimaps landed on the platform: map display, place search, routing, reverse geocoding, point details, and loccode resolution, all under a single API key.
- The /sdk/v1 REST surface plus the /sdk map-display routes, keyed with mk_live_ and mk_test_ API keys.
- Four SDKs in beta: @maimaps/js, @maimaps/react, @maimaps/react-native, and maimaps_flutter.
- Per-key rate limiting, monthly quotas, and usage rollups in Analytics.