You are here

location.il.inc in Location 7.3

Israel.

File

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

/**
 * @file
 * Israel.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_il() {
  return array(
    'C' => "Central",
    'H' => "Haifa",
    'J' => "Jerusalem",
    'N' => "Northern",
    'S' => "Southern",
    'T' => "Tel Aviv",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_il() {
  return array(
    'minlng' => 34.177243,
    'minlat' => 29.519233,
    'maxlng' => 35.8844,
    'maxlat' => 33.314233,
  );
}

Functions

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