You are here

function location_bounds_br in Location 7.4

Same name and namespace in other branches
  1. 5.3 supported/location.br.inc \location_bounds_br()
  2. 6.3 supported/location.br.inc \location_bounds_br()
  3. 7.5 supported/location.br.inc \location_bounds_br()
  4. 7.3 supported/location.br.inc \location_bounds_br()

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

File

supported/location.br.inc, line 100

Code

function location_bounds_br() {
  return array(
    'minlng' => -73.97965000000001,
    'minlat' => -33.8089,
    'maxlng' => -28.8133,
    'maxlat' => 5.259233,
  );
}