You are here

function location_bounds_cu in Location 7.3

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

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

File

supported/location.cu.inc, line 34
Cuba.

Code

function location_bounds_cu() {
  return array(
    'minlng' => -84.88225,
    'minlat' => 19.796767,
    'maxlng' => -74.10875,
    'maxlat' => 23.263867,
  );
}