You are here

location.bz.inc in Location 7.4

File

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

// Belize
function location_province_list_bz() {
  return array(
    'BZ' => "Belize District",
    'CY' => "Cayo District",
    'CR' => "Corozal District",
    'OW' => "Orange Walk District",
    'SC' => "Stann Creek District",
    'TO' => "Toledo District",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_bz() {
  return array(
    'minlng' => -89.19635,
    'minlat' => 15.799133,
    'maxlng' => -87.64955,
    'maxlat' => 18.4742,
  );
}

Functions

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