Region

public Region Region(String id, String type, String name, String nameFull, String descriptor, String iataAirportCode, String iataAirportMetroCode, String countryCode, String countrySubdivisionCode, CoordinatesRegion coordinates, Map<String, List<String>> associations, List<Ancestors> ancestors, Map<String, List<String>> descendants, List<String> propertyIds, List<String> propertyIdsExpanded, List<String> categories, List<String> tags)

Parameters

id

Region Id.

type

Region type.

name

Region name.

nameFull

Full region name.

descriptor

Specific information about the region e.g. whether it covers surrounding areas for a city. Only present when relevant for a region. See our region descriptors reference for current known descriptor values.

iataAirportCode

3-character IATA airport code.

iataAirportMetroCode

3-character IATA airport metropolitan code of the metropolitan airport area.

countryCode

Region country code (ISO 3166-1 alpha-2).

countrySubdivisionCode

Region country subdivision code (ISO 3166-2).

coordinates
associations

A map of region types to a sorted array of region ids with a touristic association to the region.

ancestors

An array of the region's ancestors.

descendants

A map of region types to an array of region ids. The region ids are direct descendants of the region.

propertyIds

An array of associated property ids for the region.

propertyIdsExpanded

An array of associated property ids within an expanded radius for the region.

categories

A list of regional categories.

tags

A list of regional tags.