Contents

limitToCountries

A string that constrains search results to be within the provided countries.

Declaration

get limitToCountries(): string | null;
set limitToCountries(value: string | null);

Discussion

The string is a comma-separated list of two-digit ISO 3166-2 country and region codes. For example, to limit search results to Germany, Belgium, and France specify de,be,fr.