Contents

limitToCountries

A list of countries for constraining the lookup results.

Declaration

limitToCountries?: string;

Discussion

This property tells the geocoder to return results within a list of countries. Specify countries in the list using two-letter ISO country codes. For example, constrain the geocoder to return results in Australia and New Zealand with { limitToCountries: "AU, NZ" }.

See Also

Options