newZealandOtagoRegion top-level constant

Region const newZealandOtagoRegion

The Otago Region region in New Zealand

Implementation

const Region newZealandOtagoRegion = Region(
  id: 4062,
  parentId: 158,
  longitude: 170.1547567,
  latitude: -45.4790671,
  name: "Otago Region",
  type: null,
  stateCode: "OTA",
  cities: [
    otagoRegionArrowtownCity,
    otagoRegionBalcluthaCity,
    otagoRegionCluthaDistrictCity,
    otagoRegionCromwellCity,
    otagoRegionDunedinCity,
    otagoRegionKingstonCity,
    otagoRegionMiltonCity,
    otagoRegionOamaruCity,
    otagoRegionPapatowaiCity,
    otagoRegionPortobelloCity,
    otagoRegionQueenstownCity,
    otagoRegionWanakaCity
  ]);