You are here

location.by.inc in Location 7.4

File

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

// Belarus
function location_province_list_by() {
  return array(
    'BR' => "Brest voblast",
    'HO' => "Homyel voblast",
    'HR' => "Hrodna voblast",
    'MA' => "Mahilyow voblast",
    'MI' => "Minsk voblast",
    'VI' => "Vitsebsk voblast",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_by() {
  return array(
    'minlng' => 23.1605,
    'minlat' => 51.331367,
    'maxlng' => 32.6273,
    'maxlat' => 56.223167,
  );
}

Functions

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