interface OfflineRegion {
    bounds: Bounds;
    maxZoom: number;
    metadata?: any;
    minZoom: number;
    name: string;
    pixelRatio?: any;
    style: MapStyle;
    type?: any;
}

Hierarchy (view full)

Properties

bounds: Bounds
maxZoom: number
metadata?: any
minZoom: number
name: string
pixelRatio?: any
style: MapStyle
type?: any