location.yt.inc in Location 7.4
Same filename and directory in other branches
File
supported/location.yt.incView source
<?php
// Mayotte
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
|
Name |
Description |
|---|---|
| location_bounds_yt | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
| location_province_list_yt |