@vcmap/core
    Preparing search index...

    Type Alias VcsMapOptions

    VcsMapOptions: VcsObjectOptions & {
        fallbackMap?: string;
        fallbackToCurrentMap?: boolean;
        layerCollection?: LayerCollection;
        layerTypes?: string[];
        target?: string | HTMLElement;
    }

    Type Declaration

    • OptionalfallbackMap?: string

      the name of the fallback map to use, e.g. in case there is no oblique image at the activation viewpoint

    • OptionalfallbackToCurrentMap?: boolean

      instead of using a fallback map, this map will fail to activate if another map is active and the current viewpoint cannot be shown

    • OptionallayerCollection?: LayerCollection

      layerCollection to use, if not provided an empty Collection will be created.

    • OptionallayerTypes?: string[]

      The types of layers to display on this map.

    • Optionaltarget?: string | HTMLElement

      the HTMLElement to render the map into