Type Alias LocationMapConfig
Type declaration
additionalSources: EvervizSourceSpecification[]
caption: { style: CSSProperties; text: string }
disableInternalReferenceResolutionLogic: boolean
disableLayerRemoving: boolean
disableSplashScreen: boolean
enableFeatureEditing: boolean
interactive: boolean
locale: string
logLevel: LogLevelNames
reuseMaps: boolean
styleOverride: CSSProperties
subtitle: { style: CSSProperties; text: string }
theme: { data: StyleSpecification; type: "static" } | { type: "dynamic"; url: string }
title: { style: CSSProperties; text: string }
version: "0"
viewState: Omit<ViewStateOptions, "disableInternalReferenceResolutionLogic">