- All Implemented Interfaces:
- OfflineRegionDefinition
public class OfflineTilePyramidRegionDefinition
extends java.lang.Object
implements OfflineRegionDefinition
An offline region defined by a style URL, geographic bounding box, zoom range, and
device pixel ratio.
Both minZoom and maxZoom must be ≥ 0, and maxZoom must be ≥ minZoom.
maxZoom may be ∞, in which case for each tile source, the region will include
tiles from minZoom up to the maximum zoom level provided by that source.
pixelRatio must be ≥ 0 and should typically be 1.0 or 2.0.