ArcGIS-shaped AddressCandidate, plus the geocoding provenance the host is obliged to display (Honua addition — ArcGIS has no equivalent field).

interface LocatorAddressCandidateCompat {
    address: string;
    attributes: Record<string, null | string>;
    extent: LocatorExtentCompat;
    location: LocatorPointCompat;
    provenance: GeocodingProvenance;
    score: number;
}

Properties

address: string
attributes: Record<string, null | string>
score: number