You are here

function location_bounds_vc in Location 7.3

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

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

File

supported/location.vc.inc, line 25
Saint Vincent and the Grenadines.

Code

function location_bounds_vc() {
  return array(
    'minlng' => -61.62325,
    'minlat' => 12.2329,
    'maxlng' => -61.1719,
    'maxlat' => 13.362333,
  );
}