You are here

location.dj.inc in Location 7.4

File

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

// Djibouti
function location_province_list_dj() {
  return array(
    'S' => "'Ali Sabih",
    'K' => "Dikhil",
    'J' => "Djibouti",
    'O' => "Obock",
    'T' => "Tadjoura",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_dj() {
  return array(
    'minlng' => 41.7834,
    'minlat' => 10.874833,
    'maxlng' => 43.4419,
    'maxlat' => 12.718233,
  );
}

Functions

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