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

    One geographic area to cache, with the zoom range to cache it at.

    The zoom bounds are carried by the zone rather than by the profile because a single profile can cache a city centre deeply and its outskirts shallowly. Both are inclusive.

    interface ResolverZone {
        bounds: ResolverBounds;
        cacheMinZoom: number;
        cacheMaxZoom: number;
    }
    Index

    Properties

    bounds: ResolverBounds
    cacheMinZoom: number
    cacheMaxZoom: number