geoview-core
    Preparing search index...

    Type Alias BasemapJsonResponse

    type BasemapJsonResponse = {
        copyrightText: string;
        fullExtent: BasemapJsonResponseExtent;
        maxScale: number;
        minScale: number;
        tileInfo: BasemapJsonResponseTileInfo;
    }
    Index

    Properties

    copyrightText: string
    maxScale: number
    minScale: number