You are here

function location_bounds_mu in Location 7.3

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

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

File

supported/location.mu.inc, line 36
Mauritius.

Code

function location_bounds_mu() {
  return array(
    'minlng' => 56.401,
    'minlat' => -20.633133,
    'maxlng' => 63.50495,
    'maxlat' => -10.402433,
  );
}