You are here

function location_bounds_ag in Location 7.3

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

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

File

supported/location.ag.inc, line 27
Antigua and Barbuda.

Code

function location_bounds_ag() {
  return array(
    'minlng' => -61.89365,
    'minlat' => 16.9478,
    'maxlng' => -61.64325,
    'maxlat' => 17.735533,
  );
}