You are here

function location_bounds_km in Location 7.3

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

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

File

supported/location.km.inc, line 22
Comoros.

Code

function location_bounds_km() {
  return array(
    'minlng' => 43.121,
    'minlat' => -12.405267,
    'maxlng' => 44.527,
    'maxlat' => -11.3164,
  );
}