You are here

location.pf.inc in Location 7.4

File

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

// French Polynesia
function location_province_list_pf() {
  return array(
    'M' => "Archipel des Marquises",
    'T' => "Archipel des Tuamotu",
    'I' => "Archipel des Tubuai",
    'V' => "Iles du Vent",
    'S' => "Iles Sous-le-Vent",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_pf() {
  return array(
    'minlng' => -150.8061,
    'minlat' => -18.0048,
    'maxlng' => -148.0971,
    'maxlat' => -17.036567,
  );
}

Functions

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