location.gl.inc in Location 7.4
Same filename and directory in other branches
File
supported/location.gl.incView source
<?php
// Greenland
function location_province_list_gl() {
  return array(
    'A' => "Avannaa",
    'T' => "Tunu",
    'K' => "Kitaa",
  );
}
/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gl() {
  return array(
    'minlng' => -73.39145000000001,
    'minlat' => 59.7644,
    'maxlng' => -11.72105,
    'maxlat' => 83.674733,
  );
}Functions
| 
            Name | 
                  Description | 
|---|---|
| location_bounds_gl | Returns minimum and maximum latitude and longitude needed to create a bounding box. | 
| location_province_list_gl |