You are here

function location_bounds_jp in Location 7.3

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

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

File

supported/location.jp.inc, line 66
Japan.

Code

function location_bounds_jp() {
  return array(
    'minlng' => 122.8517,
    'minlat' => 20.468967,
    'maxlng' => 146.13545,
    'maxlat' => 45.546567,
  );
}