countries

fun countries(vararg countries: Country): ReverseGeoOptions.Builder
fun countries(countries: List<Country>): ReverseGeoOptions.Builder

Limit results to one or more countries.

Note: Supported for Geocoding API only.