You are here

function location_bounds_id in Location 7.3

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

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

File

supported/location.id.inc, line 49
Indonesia.

Code

function location_bounds_id() {
  return array(
    'minlng' => 95.1087,
    'minlat' => -10.878967,
    'maxlng' => 141.0309,
    'maxlat' => 5.978267,
  );
}