You are here

function location_bounds_np in Location 7.3

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

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

File

supported/location.np.inc, line 33
Nepal.

Code

function location_bounds_np() {
  return array(
    'minlng' => 80.04640000000001,
    'minlat' => 26.411167,
    'maxlng' => 88.1283,
    'maxlat' => 30.364033,
  );
}