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

    Type Alias LayerOfflineStatus

    LayerOfflineStatus:
        | "notDeclared"
        | "declaredNeverPulled"
        | "pulled"
        | "pulledStale"
        | "pullFailed"

    Per-layer offline status, reported rather than guessed.

    declaredNeverPulled is the case that has no observable today: a layer marked for offline use that was never actually fetched looks exactly like one that was, right up to the moment the network drops.