Photo Sphere Viewer
    Preparing search index...

    Type Alias PlanLayer

    type PlanLayer = {
        attribution?: string;
        layer?: Layer;
        name?: string;
        urlTemplate?: string;
    }
    Index

    Properties

    attribution?: string
    layer?: Layer
    name?: string
    urlTemplate?: string