MAP
Docs

MAP documentation

Everything you need to integrate the Bangladesh-native maps platform — from copy-paste cURL to a full dispatch-app tutorial.

5 minutes

Quickstart

Sign up, get an API key, make your first geocoding + routing call. Three SDKs covered (JS, Python, Go) plus cURL.

Open
Concepts

How MAP works

API keys, bdnlp normalisation, routing costing modes, webhook signatures, rate limits, vector tiles.

Open
60 minutes

Build a dispatch app

From empty project to a working ride-share dispatch backend: matching, routing, ETA, geofence webhooks. Full source.

Open
Reference

API reference

Every endpoint, every parameter, every response shape — try each from the browser via Swagger UI.

Open

Pick your language

TypeScript / JS
npm i @map-bd/sdk
Python
pip install map-bd
Go
go get github.com/map-bd/sdk-go
Swift (iOS)
.package(url: 'github.com/map-bd/sdk-swift')
Kotlin (Android)
implementation('bd.map:mapbd:0.1.0')
cURL
github.com/map-bd/map/sdks/curl-snippets

See it running

All four demos hit the live gateway. Inspect their source on GitHub if you want to copy their patterns.