@oneblink/sdk-core
    Preparing search index...

    Interface PointAddress

    interface PointAddress {
        addressDetails?: AddressDetails;
        addressId: string;
        addressRecordType: "Primary" | "Secondary";
        asgsMain?: ASGSMain;
        cadastralParcels?: CadastralParcels;
        commonwealthElectorate?: CommonwealthElectorate;
        dataset?: string;
        geo?: Geo;
        localGovernmentArea?: LocalGovernmentArea;
        stateElectorate?: StateElectorate;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    addressDetails?: AddressDetails
    addressId: string
    addressRecordType: "Primary" | "Secondary"
    asgsMain?: ASGSMain
    cadastralParcels?: CadastralParcels
    commonwealthElectorate?: CommonwealthElectorate
    dataset?: string
    geo?: Geo
    localGovernmentArea?: LocalGovernmentArea
    stateElectorate?: StateElectorate