You are here

function location_bounds_my in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.my.inc \location_bounds_my()
  2. 7.5 supported/location.my.inc \location_bounds_my()
  3. 7.4 supported/location.my.inc \location_bounds_my()

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

File

supported/location.my.inc, line 27

Code

function location_bounds_my() {
  return array(
    'minlng' => 99.63460000000001,
    'minlat' => 0.9351,
    'maxlng' => 119.2795,
    'maxlat' => 7.417033,
  );
}