You are here

location.yt.inc in Location 7.3

Mayotte.

File

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

/**
 * @file
 * Mayotte.
 */

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

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_yt() {
  return array(
    'minlng' => 45.0551,
    'minlat' => -13.045133,
    'maxlng' => 45.32135,
    'maxlat' => -12.6251,
  );
}

Functions

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