See how people actually move. Not how you think they do.
The viewer your visitors open is the same one that emits the events. No SDK install. No third-party script. Just the truth about which POIs get found, which routes succeed, and which searches fail.
- 27Mevents / month
- <5singest → dashboard
- 13moraw event retention
Foot-traffic · last hour
101/min
Signals an operator acts on, not metrics that look nice.
Foot-traffic heatmaps
Per-floor, per-hour. Spot the bottleneck before facilities does. Export as image or GeoJSON.
Route popularity
Which routes actually get solved, which get abandoned mid-walk. Which POIs they're routing to and from.
Failed searches
Every query that returned no result. The list of POIs your visitors expect but you don't have.
POI dwell time
How long visitors linger in a zone. Calibrated against route motion so a person walking past doesn't get counted as a visit.
Aggregates available in a single GET.
// Top 10 most-routed-to POIs in the last 7 days
const res = await fetch(
`https://api.minddigitize.com/v1/maps/${mapId}/analytics/poi-popularity?range=7d&limit=10`,
{ headers: { Authorization: `Bearer ${token}` } }
);
const { items } = await res.json();
// items: [{ poiId, name, routes: 1284, successRate: 0.91 }, ...]- Indoor mapping
Indoor mapping
Drop CAD, DXF, or IFC. We snap walls, infer rooms, and build the navigation mesh before your coffee is ready.
Read more - Wayfinding
Wayfinding
A* over a structural-topology graph. Multi-floor connectors, accessibility profiles, closures that propagate in seconds.
Read more - 3D viewer
3D viewer
A public map that looks like an app and shares like a link. MapLibre, embeddable, kiosk-ready.
Read more
Your building is one CAD file away from a navigable map.
Book a 20-minute demo and we'll have a working public viewer of your floor plan before the call ends.
