Interface RampTileSchemaConfig

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

Properties

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