location.ad.inc in Location 6.3
Same filename and directory in other branches
File
supported/location.ad.incView source
<?php
// Andorra
function location_province_list_ad() {
return array(
'ALV' => "Andorra la Vella",
'CAN' => "Canillo",
'ENC' => "Encamp",
'ESE' => "Escaldes-Engordany",
'LMA' => "La Massana",
'ORD' => "Ordino",
'SJL' => "Sant Julia de L�ria",
);
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_ad() {
return array(
'minlng' => 1.3726,
'minlat' => 42.404867,
'maxlng' => 1.781219,
'maxlat' => 42.621636,
);
}
Functions
Name | Description |
---|---|
location_bounds_ad | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_ad |