RAMP4 - v4.21.0
    Preparing search index...

    Interface RampTileSchemaConfig

    interface RampTileSchemaConfig {
        extentSetId: string;
        hasNorthPole?: boolean;
        id: string;
        lodSetId: string;
        name: string;
        recoveryBasemap?: { basemapId: string; timeout?: number };
        thumbnailTileUrls: string[];
    }
    Index

    Properties

    extentSetId: string
    hasNorthPole?: boolean
    id: string
    lodSetId: string
    name: string
    recoveryBasemap?: { basemapId: string; timeout?: number }
    thumbnailTileUrls: string[]