Function fetchVenueMapData

  • Fetches VMD data from individual files assuming all files are located under the same directory and with the next naming conventions:

    baseUrl + / + venueId + venue_map_venueId + typeOfFile where type of file can be:

    1 .geojson For the main map GeoJSON file 2 _labels.geojson For the labels GeoJSON 3 _amenities.geojson For the amenities GeoJSON 4 _wayfinding.geojson For the wayfinding GeoJSON

    Parameters

    • baseUrl: string

      The root location of the files

    • venueId: string

      The Id of the Venue

    • mapProviderType: MapProviderType = MapProviderType.Google

    Returns Promise<VenueMapData>

Generated using TypeDoc