ArcGIS-shaped SuggestionResult. magicKey is always "": the geocoding provider contract has no opaque re-resolution handle, so a suggestion is re-resolved by its text.

interface LocatorSuggestionCompat {
    isCollection: boolean;
    magicKey: string;
    provenance: GeocodingProvenance;
    text: string;
}

Properties

isCollection: boolean
magicKey: string
text: string