You are here

function location_bounds_cx in Location 7.3

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

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

File

supported/location.cx.inc, line 18
Christmas Island.

Code

function location_bounds_cx() {
  return array(
    'minlng' => 105.619,
    'minlat' => -10.3823,
    'maxlng' => 105.69085,
    'maxlat' => -10.351733,
  );
}