@camptocamp/inkmap
    Preparing search index...

    Interface BingMapsLayer

    interface BingMapsLayer {
        apiKey: string;
        attribution?: string;
        culture: string;
        imagerySet: string;
        legend?: boolean;
        opacity: number;
        type: "BingMaps";
    }
    Index

    Properties

    apiKey: string

    apiKey of BingMaps (can be generated here : https://www.bingmapsportal.com/).

    attribution?: string

    Attribution for the data used in the layer

    culture: string

    Culture code (en-us as default).

    imagerySet: string

    imagerySet name.

    legend?: boolean

    Whether a legend should be created for this layer.

    opacity: number

    Opacity, from 0 (hidden) to 1 (visible).

    type: "BingMaps"