You are here

function location_bounds_sb in Location 7.3

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

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

File

supported/location.sb.inc, line 29
Solomon Islands.

Code

function location_bounds_sb() {
  return array(
    'minlng' => 155.4885,
    'minlat' => -12.2589,
    'maxlng' => 170.23905,
    'maxlat' => -5.210433,
  );
}