You are here

function location_bounds_cc in Location 7.3

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

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

File

supported/location.cc.inc, line 24
Cocos (Keeling) Islands.

Code

function location_bounds_cc() {
  return array(
    'minlng' => 95.2723,
    'minlat' => -12.2493,
    'maxlng' => 96.8062,
    'maxlat' => -11.742167,
  );
}