You are here

location.kw.inc in Location 7.4

File

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

// Kuwait
function location_province_list_kw() {
  return array(
    'D' => "Al Ahmadi",
    'F' => "Al Farwaniyah",
    'S' => "Al Asimah",
    'J' => "Al Jahra",
    'H' => "Hawalli",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_kw() {
  return array(
    'minlng' => 46.49765,
    'minlat' => 28.557733,
    'maxlng' => 48.4888,
    'maxlat' => 30.140667,
  );
}

Functions

Namesort descending Description
location_bounds_kw Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_kw