You are here

location.lb.inc in Location 7.4

File

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

// Lebanon
function location_province_list_lb() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_lb() {
  return array(
    'minlng' => 35.2636,
    'minlat' => 33.262433,
    'maxlng' => 36.56995,
    'maxlat' => 34.720367,
  );
}

Functions

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