You are here

function location_bounds_lr in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.lr.inc \location_bounds_lr()
  2. 6.3 supported/location.lr.inc \location_bounds_lr()
  3. 7.5 supported/location.lr.inc \location_bounds_lr()
  4. 7.4 supported/location.lr.inc \location_bounds_lr()

Returns minimum and maximum latitude and longitude needed to create a bounding box.

File

supported/location.lr.inc, line 32
Liberia.

Code

function location_bounds_lr() {
  return array(
    'minlng' => -11.5545,
    'minlat' => 4.278,
    'maxlng' => -7.4955,
    'maxlat' => 8.526332999999999,
  );
}