netherlandsStates top-level constant

Map<int, Region> const netherlandsStates

The 15 states of Netherlands keyed by their id.

Implementation

const Map<int, Region> netherlandsStates = <int, Region>{
    2624: netherlandsBonaireSpecialMunicipality,
    2613: netherlandsDrentheProvince,
    2619: netherlandsFlevolandProvince,
    2622: netherlandsFrieslandProvince,
    2611: netherlandsGelderlandProvince,
    2617: netherlandsGroningenProvince,
    2615: netherlandsLimburgProvince,
    2623: netherlandsNorthBrabantProvince,
    2612: netherlandsNorthHollandProvince,
    2618: netherlandsOverijsselProvince,
    2621: netherlandsSabaSpecialMunicipality,
    2616: netherlandsSintEustatiusSpecialMunicipality,
    2614: netherlandsSouthHollandProvince,
    2610: netherlandsUtrechtProvince,
    2620: netherlandsZeelandProvince
  };