You are here

function location_bounds_ec in Location 7.3

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

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

File

supported/location.ec.inc, line 41
Ecuador.

Code

function location_bounds_ec() {
  return array(
    'minlng' => -92.0364,
    'minlat' => -4.891367,
    'maxlng' => -75.23925,
    'maxlat' => 1.715733,
  );
}