Creates an instance of MPVenue.
The venue's ID.
The venue's readable ID.
The URL that is used to fetch tiles for the venue.
An array of mapStyles that can be used on this venue.
The geometry of the venue.
The venue's defalt floor index.
A collection of information about the venue.
The anchor point for the location.
Points of entry that are used to create routes between MapsIndoors and the underlying map.
Optional externalId: stringAn optional ID used to map the venue to a customer's ID.
Optional graphId: stringThe ID of the graph used to route on this venue.
Readonly administrativeThe venue's readable ID.
Readonly anchorThe anchor point for the location.
Readonly defaultThe venue's defalt floor index.
Readonly entryPoints of entry that are used to create routes between MapsIndoors and the underlying map.
Readonly externalAn optional ID used to map the venue to a customer's ID.
Readonly geometryThe geometry of the venue.
Optional Readonly graphThe ID of the graph used to route on this venue.
Readonly idThe venue's ID.
Readonly mapAn array of mapStyles that can be used on this venue.
Readonly tilesThe URL that is used to fetch tiles for the venue.
Readonly typeThe type of the entity (eg. MPLocation).
Readonly venueA collection of information about the venue.
Get the venue's default mapstyle.
Get the venue's name.
Check whether the venue contains a point.
Fetch a field from the venue's info member.
Optional key: stringCheck whether a given mapstyle is valid for the venue.
Optional style: MPMapStyleParses the object to a JSON object that is compatible with the MapsIndoors SDK.
Static createCreator for MPVenue, used to decode JSON from the MapsIndoors SDK.
Generated using TypeDoc
A MapsIndoors geographical entity. A venue can exist anywhere, and it can contain a number of MPBuildings and MPLocations.
Export