You are here

location.om.inc in Location 7.3

Oman.

File

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

/**
 * @file
 * Oman.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_om() {
  return array(
    'DA' => "Ad Dakhiliyah",
    'BA' => "Al Batinah",
    'WU' => "Al Wusta",
    'SH' => "Ash Sharqiyah",
    'ZA' => "Az Zahirah",
    'MA' => "Masqat",
    'MU' => "Musandam",
    'ZU' => "Zufar",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_om() {
  return array(
    'minlng' => 52.003603,
    'minlat' => 16.691113,
    'maxlng' => 59.82915,
    'maxlat' => 26.417867,
  );
}

Functions

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