Interface OfflineExtentByZoom

interface OfflineExtentByZoom {
    extent: Extent;
    zoom: number;
}

Properties

Properties

extent: Extent
zoom: number