You are here

function location_bounds_do in Location 7.3

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

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

File

supported/location.do.inc, line 51
Dominican Republic.

Code

function location_bounds_do() {
  return array(
    'minlng' => -71.90115,
    'minlat' => 17.506667,
    'maxlng' => -68.2548,
    'maxlat' => 19.880967,
  );
}