Interface GeocodeSuggestion

interface GeocodeSuggestion {
    isCollection: boolean;
    magicKey: string;
    text: string;
}

Properties

isCollection: boolean
magicKey: string
text: string