You are here

function location_bounds_ph in Location 7.3

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

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

File

supported/location.ph.inc, line 98
Philippines.

Code

function location_bounds_ph() {
  return array(
    'minlng' => 111.82475,
    'minlat' => 4.704433,
    'maxlng' => 126.7051,
    'maxlat' => 21.3256,
  );
}