@three-tile/lib
    Preparing search index...

    Type Alias TileLoadParamsType

    TileLoadParamsType: TileCoords & {
        bounds: BoundsType;
        lonLatBounds?: BoundsType;
    }

    瓦片加载参数类型,包括瓦片投影范围和经纬度范围

    Type Declaration

    • bounds: BoundsType

      瓦片投影范围(或剪裁范围)

    • OptionallonLatBounds?: BoundsType

      瓦片经纬度范围