You are here

function location_bounds_cy in Location 7.3

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

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

File

supported/location.cy.inc, line 25
Cyprus.

Code

function location_bounds_cy() {
  return array(
    'minlng' => 32.196,
    'minlat' => 34.596467,
    'maxlng' => 34.5541,
    'maxlat' => 35.748533,
  );
}