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

    Interface SourceOptions

    source construtor params type

    interface SourceOptions {
        attribution?: string;
        bounds?: [number, number, number, number];
        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

      Any data

    Index

    Properties

    attribution?: string

    Source attribution info, it allows you to display attribution

    bounds?: [number, number, number, number]
    dataType?: string

    A string identifies the source data type, it requires the support of the loader.

    isTMS?: boolean

    Is TMS scheme

    maxLevel?: number

    Data min level

    minLevel?: number

    Data max level

    opacity?: number

    Material opacity

    projectionID?: ProjectionType

    Data projection

    subdomains?: string | string[]

    Url subdomains array or string

    transparent?: boolean

    Material transparent

    url?: string

    Data Url template