You are here

function location_bounds_sr in Location 7.3

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

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

File

supported/location.sr.inc, line 29
Suriname.

Code

function location_bounds_sr() {
  return array(
    'minlng' => -58.09095,
    'minlat' => 1.9214,
    'maxlng' => -53.90215,
    'maxlat' => 6.035667,
  );
}