- a GeoJSON
FeatureCollectionyou can drop straight onto a MapLibre or Mapbox map — the styling hints (colours, line widths, dashes) map 1:1 to map layer styles, and - optionally a rendered PNG image (
raster), so you can show a thumbnail without running a map renderer yourself — either transparent (to overlay on your own map) or on a street basemap.
When to use it
- Plot the last-meter geometry of a delivery in your own dashboard or driver app.
- Embed a small map thumbnail of a stop in an email, report or ticket.
- Give dispatchers a quick visual of where exactly a parcel was delivered.
What you get
| Element | Description |
|---|---|
| Entrance | The detected door / delivery point for the address. |
| Parking | Where the driver parked the vehicle. |
| Waypoint | An optional point along the walking route. |
| Walking path | A dashed line from parking to entrance. |
| Building | The building footprint the entrance belongs to (when available). |
Authentication
Every request is authenticated with yourx-api-key. The key identifies your account, so you
only ever receive your own data — there is no account or customer parameter in the request. Your
key and the base URL are provided by your truemetrics contact.
The identifiers you pass are the same address identifiers you send to truemetrics as metadata
(your
id_address / merge id). The entrance and parking may use different identifiers — pass
each to its own parameter (identifier_entrance / identifier_parking).