GeoLeaf Core API - v3.0.0
    Preparing search index...

    A vector download zone: an area plus the zoom range to cache.

    interface VectorZone {
        bounds: Bounds;
        cacheMinZoom: number;
        cacheMaxZoom: number;
    }
    Index

    Properties

    bounds: Bounds
    cacheMinZoom: number
    cacheMaxZoom: number