@cercalia/sdk
    Preparing search index...

    Interface SuggestGeocodeOptions

    interface SuggestGeocodeOptions {
        cityCode?: string;
        countryCode?: string;
        postalCode?: string;
        streetCode?: string;
        streetNumber?: string;
    }
    Index

    Properties

    cityCode?: string
    countryCode?: string
    postalCode?: string
    streetCode?: string
    streetNumber?: string