Interface ProviderSuggestionExperimental

Normalized typeahead suggestion.

interface ProviderSuggestion {
    provenance: GeocodingProvenance;
    text: string;
}

Properties

Properties

text: string