Interface OfflineRegionSelectionIdentityV1

Credential-free, protocol-neutral identity of one offline selection.

interface OfflineRegionSelectionIdentityV1 {
    authorizationScopeDigest: `sha256:${string}`;
    bounds: OfflineRegionBounds;
    endpoint: string;
    maxZoom?: number;
    minZoom?: number;
    planVersion: string;
    schemaVersion: string;
    sourceId: string;
    sourceVersion: string;
}

Properties

authorizationScopeDigest: `sha256:${string}`
endpoint: string

Already-normalized credential-free endpoint identity.

maxZoom?: number
minZoom?: number
planVersion: string
schemaVersion: string
sourceId: string
sourceVersion: string