You are here

location.pr.inc in Location 7.3

Puerto Rico.

File

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

/**
 * @file
 * Puerto Rico.
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_pr() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_pr() {
  return array(
    'minlng' => -67.2807,
    'minlat' => 17.913933,
    'maxlng' => -65.38815,
    'maxlat' => 18.459233,
  );
}

Functions

Namesort descending Description
location_bounds_pr Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_pr Returns an associative array of states/territories.