Interface AegirMapConfig

General settings for the Aegir Map

Hierarchy

  • AegirMapConfig

Properties

accessToken?: string
activeBuildings?: any[]
activeIndoorFloors?: any[]
activeOutdoorFloors?: any[]
amenityData_JSON?: FeatureCollection<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
artTilesetURL?: string
artTilesetURLSuffix?: string
backgroundAlpha?: string
buildingObjs?: any[]
buildingOutlinesURL?: string
buildingOutlinesURLSuffix?: string
cameraConfig: MapViewCameraConfig
commonTilesetURL?: string
commonTilesetURLSuffix?: string
controlsPosition: ControlPosition
currentBuildings?: any[]
currentCoords?: any
currentIndoorFloors?: any[]

TODO: Move to MapEngine interface

currentOutdoorFloors?: any[]

TODO: Move to MapEngine interface

defaultMap?: boolean
destFloor?: string
destHlt?: string
destHltLayer?: string
destNodeObjs?: any[]
featuresDirectory?: boolean

Check if it's being used

floorObjs?: any[]
floorsMap?: any
geojsonSources?: Record<string, GeoJsonSource>[]
ignoreMapboxClickEvent: boolean
initialIndoorFloors?: string[]
initialOutdoorFloors?: string[]
labelData_JSON?: FeatureCollection<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
loadedXML?: null
mapContainerId: string | HTMLElement
mapGlyphsURL?: string
mapLoaded: boolean
mapSpritesURL?: string
mapSpritesURLSuffix?: string
markerFunc?: any
markerType?: null
outdoorBuildingObjs?: any[]
pendingBuildingStyles?: Record<string, any>
pendingUnitStyles?: Record<string, any>
popups?: any[]
processingMode: ProcessingMode
rasterBuildingOutlinesURL?: string
rasterBuildingOutlinesURLSuffix?: string
rasterTilesetURL?: string
rasterTilesetURLSuffix?: string
renderMode: RenderMode
showCompassControls?: boolean
showTileBoundaries?: boolean
showZoomControls?: boolean
startFloor?: string
startHlt?: string
startHltLayer?: string
streetMapJSON?: string
streetMapURL?: string
styleLoaded: boolean
styleObjs?: any[]
style_JSON?: any
tilesetURL?: string
tilesetURLSuffix?: string
unitData_JSON?: FeatureCollection<AegirGeometry, AegirGeoJsonProperties>
units?: any[]
useDefaultMapProvider: boolean
useLegacyBuildingTileURL?: boolean
venueId: string
wayfindingPathMaxZoom: number
wayfindingPathMinZoom: number
wpStyleObjs?: any[]

Generated using TypeDoc