You are here

function location_bounds_ht in Location 7.3

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

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

File

supported/location.ht.inc, line 28
Haiti.

Code

function location_bounds_ht() {
  return array(
    'minlng' => -74.49565,
    'minlat' => 18.0219,
    'maxlng' => -71.62015,
    'maxlat' => 20.107033,
  );
}