You are here

function location_bounds_sm in Location 7.3

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

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

File

supported/location.sm.inc, line 28
San Marino.

Code

function location_bounds_sm() {
  return array(
    'minlng' => 12.23665,
    'minlat' => 43.882767,
    'maxlng' => 12.4976,
    'maxlat' => 44.070533,
  );
}