You are here

function location_bounds_cr in Location 7.3

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

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

File

supported/location.cr.inc, line 26
Costa Rica.

Code

function location_bounds_cr() {
  return array(
    'minlng' => -87.01515000000001,
    'minlat' => 5.4829,
    'maxlng' => -82.61450000000001,
    'maxlat' => 11.217367,
  );
}