API (v2.0.0) - Giro3D
    Preparing search index...
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • options: {
            extent: Extent;
            id: string;
            max?: number;
            min?: number;
            texture: Texture;
            zIndex?: number;
        }

        options

        • extent: Extent

          The extent

        • id: string

          The unique identifier of this result.

        • Optionalmax?: number

          The maximum value of this image (if applicable).

        • Optionalmin?: number

          The minimum value of this image (if applicable).

        • texture: Texture

          The texture

        • OptionalzIndex?: number

          Optional z-index to apply to the image

      Returns ImageResult

    Properties

    extent: Extent
    id: string
    max: number | undefined
    min: number | undefined
    texture: Texture
    zIndex?: number