---
title: limitToCountries
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/search/limittocountries
---

# limitToCountries

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

## Declaration

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

## Discussion

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.
