You are here

function location_bounds_vu in Location 7.3

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

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

File

supported/location.vu.inc, line 25
Vanuatu.

Code

function location_bounds_vu() {
  return array(
    'minlng' => 166.55505,
    'minlat' => -20.260633,
    'maxlng' => 170.30605,
    'maxlat' => -13.112333,
  );
}