maldives top-level constant

Country const maldives

The country of Maldives, and its 26 states

Implementation

const Country maldives = Country(
  id: 133,
  name: "Maldives",
  longitude: 73.0,
  latitude: 3.25,
  capital: "Male",
  currency: "MVR",
  currencySymbol: "Rf",
  currencyName: "Maldivian rufiyaa",
  emoji: "🇲🇻",
  emojiU: "U+1F1F2 U+1F1FB",
  iso2: "MV",
  iso3: "MDV",
  native: "Maldives",
  numericCode: "462",
  nationality: "Maldivian",
  phoneCode: "960",
  region: "Asia",
  subregion: "Southern Asia",
  tld: ".mv",
  states: [
    maldivesAdduAtoll,
    maldivesAlifAlifAtoll,
    maldivesAlifDhaalAtoll,
    maldivesCentralProvince,
    maldivesDhaaluAtoll,
    maldivesFaafuAtoll,
    maldivesGaafuAlifAtoll,
    maldivesGaafuDhaaluAtoll,
    maldivesGnaviyaniAtoll,
    maldivesHaaAlifAtoll,
    maldivesHaaDhaaluAtoll,
    maldivesKaafuAtoll,
    maldivesLaamuAtoll,
    maldivesLhaviyaniAtoll,
    maldivesMale,
    maldivesMeemuAtoll,
    maldivesNoonuAtoll,
    maldivesNorthCentralProvince,
    maldivesNorthProvince,
    maldivesRaaAtoll,
    maldivesShaviyaniAtoll,
    maldivesSouthCentralProvince,
    maldivesSouthProvince,
    maldivesThaaAtoll,
    maldivesUpperSouthProvince,
    maldivesVaavuAtoll
  ],
  timezones: [
    Timezone(
      abbreviation: "MVT",
      gmtOffset: 18000,
      gmtOffsetName: "UTC+05:00",
      tzName: "Maldives Time",
      zoneName: "Indian/Maldives")
  ],
  translations: {
    "kr": "몰디브",
    "pt-BR": "Maldivas",
    "pt": "Maldivas",
    "nl": "Maldiven",
    "hr": "Maldivi",
    "fa": "مالدیو",
    "de": "Malediven",
    "es": "Maldivas",
    "fr": "Maldives",
    "ja": "モルディブ",
    "it": "Maldive",
    "cn": "马尔代夫",
    "tr": "Maldivler"
  });