You are here

function location_bounds_mc in Location 7.3

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

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

File

supported/location.mc.inc, line 23
Monaco.

Code

function location_bounds_mc() {
  return array(
    'minlng' => 7.267656,
    'minlat' => 43.6426,
    'maxlng' => 7.53715,
    'maxlat' => 43.927506,
  );
}