You are here

location.re.inc in Location 7.4

File

supported/location.re.inc
View source
<?php

// Reunion
function location_province_list_re() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_re() {
  return array(
    'minlng' => 55.2646,
    'minlat' => -21.451133,
    'maxlng' => 55.8696,
    'maxlat' => -20.883,
  );
}

Functions

Namesort descending Description
location_bounds_re Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_re