You are here

function location_bounds_hn in Location 7.3

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

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

File

supported/location.hn.inc, line 37
Honduras.

Code

function location_bounds_hn() {
  return array(
    'minlng' => -89.3019,
    'minlat' => 12.961867,
    'maxlng' => -82.8413,
    'maxlat' => 17.467133,
  );
}