You are here

function location_bounds_ve in Location 7.3

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

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

File

supported/location.ve.inc, line 44
Venezuela.

Code

function location_bounds_ve() {
  return array(
    'minlng' => -73.37305000000001,
    'minlat' => 0.793967,
    'maxlng' => -59.8755,
    'maxlat' => 15.7633,
  );
}