You are here

location.gu.inc in Location 7.4

File

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

// Guam
function location_province_list_gu() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_gu() {
  return array(
    'minlng' => 144.62375,
    'minlat' => 13.277267,
    'maxlng' => 144.98795,
    'maxlat' => 13.6521,
  );
}

Functions

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