Type alias VcsMapOptions

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

Type declaration

  • Optional fallbackMap?: string

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

  • Optional fallbackToCurrentMap?: 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

  • Optional layerCollection?: LayerCollection

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

  • Optional target?: string | HTMLElement

    the HTMLElement to render the map into

Generated using TypeDoc