You are here

location.si.inc in Location 7.4

File

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

// Slovenia
function location_province_list_si() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_si() {
  return array(
    'minlng' => 13.4225,
    'minlat' => 45.352576,
    'maxlng' => 16.576871,
    'maxlat' => 46.901,
  );
}

Functions

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