You are here

function location_bounds_sg in Location 7.3

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

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

File

supported/location.sg.inc, line 18
Singapore.

Code

function location_bounds_sg() {
  return array(
    'minlng' => 103.6183,
    'minlat' => 1.3645,
    'maxlng' => 103.88895,
    'maxlat' => 1.4793,
  );
}