parseMapClientUrl

open fun parseMapClientUrl(@NonNull venueId: String, @NonNull locationId: String): String

String shareBody = "https://clients.mapsindoors.com/cul/" + venueId + "/details/" + locationId;

Return

The URL with the given venue and location ids included

Parameters

venueId

venue id

locationId

location id