You are here

function location_bounds_yt in Location 7.3

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

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

File

supported/location.yt.inc, line 18
Mayotte.

Code

function location_bounds_yt() {
  return array(
    'minlng' => 45.0551,
    'minlat' => -13.045133,
    'maxlng' => 45.32135,
    'maxlat' => -12.6251,
  );
}