You are here

function location_bounds_cw in Location 7.3

Returns minimum and maximum latitude and longitude needed for bounding box.

File

supported/location.cw.inc, line 18
Curaçao.

Code

function location_bounds_cw() {
  return array(
    'minlng' => -69.15720399999999,
    'minlat' => 12.385672,
    'maxlng' => -68.733948,
    'maxlat' => 12.385672,
  );
}