jamaicaStates top-level constant

Map<int, Region> const jamaicaStates

The 14 states of Jamaica keyed by their id.

Implementation

const Map<int, Region> jamaicaStates = <int, Region>{
    3753: jamaicaClarendonParish,
    3749: jamaicaHanoverParish,
    3748: jamaicaKingstonParish,
    3754: jamaicaManchesterParish,
    3752: jamaicaPortlandParish,
    3751: jamaicaSaintAndrew,
    3744: jamaicaSaintAnnParish,
    3746: jamaicaSaintCatherineParish,
    3743: jamaicaSaintElizabethParish,
    3745: jamaicaSaintJamesParish,
    3747: jamaicaSaintMaryParish,
    3750: jamaicaSaintThomasParish,
    3755: jamaicaTrelawnyParish,
    3742: jamaicaWestmorelandParish
  };