You are here

location.iq.inc in Location 7.3

Iraq.

File

supported/location.iq.inc
View source
<?php

/**
 * @file
 * Iraq.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_iq() {
  return array(
    'BD' => "Baghdad",
    'SD' => "Salah ad Din",
    'DY' => "Diyala",
    'WS' => "Wasit",
    'MY' => "Maysan",
    'BA' => "Al Basrah",
    'DQ' => "Dhi Qar",
    'MU' => "Al Muthanna",
    'QA' => "Al Qadisyah",
    'BB' => "Babil",
    'KB' => "Al Karbala",
    'NJ' => "An Najaf",
    'AB' => "Al Anbar",
    'NN' => "Ninawa",
    'DH' => "Dahuk",
    'AL' => "Arbil",
    'TM' => "At Ta'mim",
    'SL' => "As Sulaymaniyah",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_iq() {
  return array(
    'minlng' => 38.63745,
    'minlat' => 29.119667,
    'maxlng' => 48.5924,
    'maxlat' => 37.4467,
  );
}

Functions

Namesort descending Description
location_bounds_iq Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_iq Returns an associative array of states/territories.