You are here

location.qa.inc in Location 7.3

Qatar.

File

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

/**
 * @file
 * Qatar.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_qa() {
  return array(
    'DW' => "Ad Dawhah",
    'GW' => "Al Ghuwayriyah",
    'JM' => "Al Jumayliyah",
    'KR' => "Al Khawr",
    'WK' => "Al Wakrah",
    'RN' => "Ar Rayyan",
    'JB' => "Jarayan al Batinah",
    'MS' => "Madinat ash Shamal",
    'UD' => "Umm Sa'id",
    'UL' => "Umm Salal",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_qa() {
  return array(
    'minlng' => 50.70915,
    'minlat' => 24.6815,
    'maxlng' => 51.74715,
    'maxlat' => 26.170267,
  );
}

Functions

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