You are here

function location_bounds_st in Location 7.3

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

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

File

supported/location.st.inc, line 21
Sao Tome and Principe.

Code

function location_bounds_st() {
  return array(
    'minlng' => 6.3808,
    'minlat' => 0.07523299999999999,
    'maxlng' => 7.44865,
    'maxlat' => 1.704133,
  );
}