Skip to content

spatial-monorepo


spatial-monorepo / core/src / DeepLinkRoute

Interface: DeepLinkRoute

Defined in: packages/core/src/export/deepLink.ts:20

Issue #222 — Deep-link URL parameter schema

Canonical URL params for linking to a specific map state. Used by ShareControl (F43), QR code generation (F57), and embed widget (F48).

Supported params: building — building ID floor — floor ordinal (integer) space — selected space/unit ID lat — latitude (float) lng — longitude (float) zoom — map zoom level (float) pitch — camera pitch in degrees (float) bearing — camera bearing in degrees (float) route — comma-separated "origin,destination" space IDs highlight — comma-separated list of space IDs to highlight

Properties

destination

destination: string

Defined in: packages/core/src/export/deepLink.ts:22


origin

origin: string

Defined in: packages/core/src/export/deepLink.ts:21

Released under commercial licensing.