You are here

function location_bounds_ni in Location 7.3

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

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

File

supported/location.ni.inc, line 36
Nicaragua.

Code

function location_bounds_ni() {
  return array(
    'minlng' => -87.74495,
    'minlat' => 10.7611,
    'maxlng' => -82.6318,
    'maxlat' => 14.9877,
  );
}