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

    Interface SourceOptions

    数据源构造函数参数类型

    interface SourceOptions {
        attribution?: string;
        bounds?: BoundsType;
        dataType?: string;
        isTMS?: boolean;
        maxLevel?: number;
        minLevel?: number;
        opacity?: number;
        projectionID?: ProjectionType;
        subdomains?: string | string[];
        transparent?: boolean;
        url?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      扩展属性

    Index

    Properties

    attribution?: string

    版权信息

    bounds?: BoundsType

    数据范围

    dataType?: string

    数据类型标识

    isTMS?: boolean

    是否使用 TMS 坐标系

    maxLevel?: number

    最大缩放级别

    minLevel?: number

    最小缩放级别

    opacity?: number

    材质透明度

    projectionID?: ProjectionType

    投影类型

    subdomains?: string | string[]

    URL 子域名数组或字符串,用于负载均衡

    transparent?: boolean

    材质是否透明

    url?: string

    URL 模板