spatial-monorepo / core/src / buildDeepLink
Function: buildDeepLink()
buildDeepLink(
baseUrl,state):string
Defined in: packages/core/src/export/deepLink.ts:103
Serialize a DeepLinkState into a full URL string. baseUrl should be the page origin + path (e.g. https://maps.example.com/). Undefined fields are omitted from the output URL.
Parameters
baseUrl
string
state
Returns
string
