generateSaveRouteDeeplink

open fun generateSaveRouteDeeplink(domain: String, pathPrefix: String, routeOptions: String, destinations: List<DeeplinkData.Destination>): String

Generates a deep link URL to save a route based on provided routing options and destinations.

Format: {domain}{pathPrefix}/routing?property={id}&routeOptions=...&destinations=... Destinations can be of two types: - Entity-based: buildingId:entityId - Tag-based: buildingId:floorId!lon!lat!tagName

Return

Fully constructed deep link string

Parameters

domain

Base domain URL (e.g., https://myapp.com)

pathPrefix

Prefix path before the routing feature (e.g., /map)

routeOptions

Optional route options encoded as a query string

destinations

List of destinations (can be entity-based or tag-based)