geoRegionType property

String? geoRegionType
getter/setter pair

The type of geographic region targeting.

Output only. Possible string values are:

  • "GEO_REGION_TYPE_UNKNOWN" : The geographic region type is unknown.
  • "GEO_REGION_TYPE_OTHER" : The geographic region type is other.
  • "GEO_REGION_TYPE_COUNTRY" : The geographic region is a country.
  • "GEO_REGION_TYPE_REGION" : The geographic region type is region.
  • "GEO_REGION_TYPE_TERRITORY" : The geographic region is a territory.
  • "GEO_REGION_TYPE_PROVINCE" : The geographic region is a province.
  • "GEO_REGION_TYPE_STATE" : The geographic region is a state.
  • "GEO_REGION_TYPE_PREFECTURE" : The geographic region is a prefecture.
  • "GEO_REGION_TYPE_GOVERNORATE" : The geographic region is a governorate.
  • "GEO_REGION_TYPE_CANTON" : The geographic region is a canton.
  • "GEO_REGION_TYPE_UNION_TERRITORY" : The geographic region is a union territory.
  • "GEO_REGION_TYPE_AUTONOMOUS_COMMUNITY" : The geographic region is an autonomous community.
  • "GEO_REGION_TYPE_DMA_REGION" : The geographic region is a designated market area (DMA) region.
  • "GEO_REGION_TYPE_METRO" : The geographic region type is metro.
  • "GEO_REGION_TYPE_CONGRESSIONAL_DISTRICT" : The geographic region is a congressional district.
  • "GEO_REGION_TYPE_COUNTY" : The geographic region is a county.
  • "GEO_REGION_TYPE_MUNICIPALITY" : The geographic region is a municipality.
  • "GEO_REGION_TYPE_CITY" : The geographic region is a city.
  • "GEO_REGION_TYPE_POSTAL_CODE" : The geographic region targeting type is postal code.
  • "GEO_REGION_TYPE_DEPARTMENT" : The geographic region targeting type is department.
  • "GEO_REGION_TYPE_AIRPORT" : The geographic region is an airport.
  • "GEO_REGION_TYPE_TV_REGION" : The geographic region is a TV region.
  • "GEO_REGION_TYPE_OKRUG" : The geographic region is an okrug.
  • "GEO_REGION_TYPE_BOROUGH" : The geographic region is a borough.
  • "GEO_REGION_TYPE_CITY_REGION" : The geographic region is a city region.
  • "GEO_REGION_TYPE_ARRONDISSEMENT" : The geographic region is an arrondissement.
  • "GEO_REGION_TYPE_NEIGHBORHOOD" : The geographic region is a neighborhood.
  • "GEO_REGION_TYPE_UNIVERSITY" : The geographic region is a university.
  • "GEO_REGION_TYPE_DISTRICT" : The geographic region is a district.
  • "GEO_REGION_TYPE_NATIONAL_PARK" : The geographic region is a national park.
  • "GEO_REGION_TYPE_BARRIO" : The geographic region is a barrio.
  • "GEO_REGION_TYPE_SUB_WARD" : The geographic region is a sub ward.
  • "GEO_REGION_TYPE_MUNICIPALITY_DISTRICT" : The geographic region is a municipality district.
  • "GEO_REGION_TYPE_SUB_DISTRICT" : The geographic region is a sub district.
  • "GEO_REGION_TYPE_QUARTER" : The geographic region is a quarter.
  • "GEO_REGION_TYPE_DIVISION" : The geographic region is a division.
  • "GEO_REGION_TYPE_COMMUNE" : The geographic region is a commune.
  • "GEO_REGION_TYPE_COLLOQUIAL_AREA" : The geographic region is a colloquial area.
  • "GEO_REGION_TYPE_POST_TOWN" : The geographic region is a post town.
  • "GEO_REGION_TYPE_WARD" : The geographic region is a ward.
  • "GEO_REGION_TYPE_TOWN" : The geographic region is a town.
  • "GEO_REGION_TYPE_VILLAGE" : The geographic region is a village.
  • "GEO_REGION_TYPE_CITY_DISTRICT" : The geographic region is a city district.
  • "GEO_REGION_TYPE_SUBURB" : The geographic region is a suburb.
  • "GEO_REGION_TYPE_HAMLET" : The geographic region is a hamlet.
  • "GEO_REGION_TYPE_MUNICIPAL_DISTRICT" : The geographic region is a municipal district.
  • "GEO_REGION_TYPE_COMMUNITY" : The geographic region is a community.
  • "GEO_REGION_TYPE_TOWNSHIP" : The geographic region is a township.
  • "GEO_REGION_TYPE_URBAN_DISTRICT" : The geographic region is an urban district.
  • "GEO_REGION_TYPE_RESIDENTIAL_AREA" : The geographic region is a residential area.
  • "GEO_REGION_TYPE_INDEPENDENT_CITY" : The geographic region is an independent city.
  • "GEO_REGION_TYPE_SECTOR" : The geographic region is a sector.
  • "GEO_REGION_TYPE_AREA" : The geographic region is an area.
  • "GEO_REGION_TYPE_ESTATE" : The geographic region is an estate.
  • "GEO_REGION_TYPE_PARISH" : The geographic region is a parish.
  • "GEO_REGION_TYPE_SETTLEMENT" : The geographic region is a settlement.
  • "GEO_REGION_TYPE_ZONE" : The geographic region is a zone.
  • "GEO_REGION_TYPE_COLONY" : The geographic region is a colony.
  • "GEO_REGION_TYPE_INDUSTRIAL_AREA" : The geographic region is an industrial area.
  • "GEO_REGION_TYPE_PROVINCIAL_CITY" : The geographic region is a provincial city.
  • "GEO_REGION_TYPE_RURAL_DISTRICT" : The geographic region is a rural district.

Implementation

core.String? geoRegionType;