You are here

location.bh.inc in Location 7.4

File

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

// Bahrain
function location_province_list_bh() {
  return array(
    'CAP' => "Capital",
    'CEN' => "Central",
    'MUH' => "Muharraq",
    'NOR' => "Northern",
    'SOU' => "Southern",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_bh() {
  return array(
    'minlng' => 50.402,
    'minlat' => 25.862667,
    'maxlng' => 50.66065,
    'maxlat' => 26.339733,
  );
}

Functions

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