Open Map
    Preparing search index...

    Interface TileLayerProps

    interface TileLayerProps {
        data?: "Map" | "Annotion" | "PurplishBlue" | "Gray" | "Warm" | "Hydro";
        option?: { key?: string; maxZoom?: number; minZoom: number };
        providerURL?: string;
        type?: "Normal" | "Satellite" | "Terrain";
        vendor?:
            | "OSM"
            | "Geoq"
            | "Google"
            | "GaoDe"
            | "Tencent"
            | "Baidu"
            | "TianDiTu";
    }
    Index

    Properties

    data?: "Map" | "Annotion" | "PurplishBlue" | "Gray" | "Warm" | "Hydro"
    option?: { key?: string; maxZoom?: number; minZoom: number }
    providerURL?: string
    type?: "Normal" | "Satellite" | "Terrain"
    vendor?: "OSM" | "Geoq" | "Google" | "GaoDe" | "Tencent" | "Baidu" | "TianDiTu"