Interface ProviderGeocodeOptionsExperimental

interface ProviderGeocodeOptions {
    countryCodes?: string;
    limit?: number;
}

Properties

countryCodes?: string

Comma-separated ISO 3166-1 alpha-2 country codes, e.g. "us,ca".

limit?: number

Maximum number of candidates to return.