Interface VenueMapData

Hierarchy

  • VenueMapData

Properties

amenities?: FeatureCollection<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
availableMapProviders: MapProviderType[]
baseUrl: string
initialRotation?: number
labels?: FeatureCollection<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
mainMap: FeatureCollection<AegirGeometry, AegirGeoJsonProperties>
mapProviderType?: MapProviderType
venueId: string
version?: string
wayfinding?: FeatureCollection<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
xmlSource: string

Generated using TypeDoc