Saxonberg Server API
    Preparing search index...

    Interface AddressResolution

    The result of a scope → Locality resolution.

    interface AddressResolution {
        address: string | null;
        locality: default | null;
        source: AddressSource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string | null

    The resolved address string that was matched, or null when none.

    locality: default | null

    The most-specific covering Locality, or null (global / no cover).

    Which step supplied address; 'none' when nothing did.