norwayStates top-level constant

Map<int, Region> const norwayStates

The 13 states of Norway keyed by their id.

Implementation

const Map<int, Region> norwayStates = <int, Region>{
    1014: norwayAgderCounty,
    1009: norwayInnlandetCounty,
    1026: norwayJanMayenArcticRegion,
    1020: norwayMoreOgRomsdalCounty,
    1025: norwayNordlandCounty,
    1007: norwayOsloCounty,
    1021: norwayRogalandCounty,
    1013: norwaySvalbardArcticRegion,
    1015: norwayTromsOgFinnmarkCounty,
    1006: norwayTrondelagCounty,
    1024: norwayVestfoldOgTelemarkCounty,
    1018: norwayVestlandCounty,
    1011: norwayVikenCounty
  };