Gain access to private building using an access key
Get the list of universes that are accessible for this venue
Get the direction between a starting point and a destination. The destination can be one or multiple DirectionPoint You can optionally add some waypoints
Get the distances between a starting point and a list of destination
Get a layer using its id
Get a layer using its alias. As a layer alias is only unique in a specific venue, you have to pass this venue as parameter
Get a layer using its name. As a layer name is only unique in a specific venue, you have to pass this venue as parameter
Get all the layers that match the ApiFilter
Get the main froms for the specific venue
Get the main searches for the specific venue
Get a place using its id
Get a place details using the place id
Get a place using its alias. As a place alias is only unique in a specific venue, you have to pass this venue as parameter
Get a place using its name. As a place name is only unique in a specific venue, you have to pass this venue as parameter
Get a placelist using its id
Get a placelist using its alias. As a placelist alias is only unique in a specific venue, you have to pass this venue as parameter
Get a placelist using its name. As a placelist name is only unique in a specific venue, you have to pass this venue as parameter
Get all the placelists that match the ApiFilter
Get all the places that match the ApiFilter
Get all places contained in the placelist
Get a venue using its id
Get a venue using its alias
Get a venue using its name
Get all venue that match the ApiFilter
Get search result using the SearchParams
set Cookie for Mapwize API
a Set-Cookie HTTP header value
Generated using TypeDoc
MapwizeApi is the entry point to retrieve Mapwize data from the Mapwize backend. It can be instantiated using CreateMapwizeAPI(mapwizeConfiguration:MapwizeConfiguration)