Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс GeoHash

Открытые статические члены

static encode (array $coordinate, $length=self::MAX_LENGTH)
 
static decode ($geohash)
 

Открытые атрибуты

const MAX_LENGTH = 15
 

Статические защищенные данные

static $latitudeInterval = array(-90.0, 90.0)
 
static $longitudeInterval = array(-180.0, 180.0)
 
static $bits = array(16, 8, 4, 2, 1)
 
static $base32Chars
 

Подробное описание

См. определение в файле geohash.php строка 7

Методы

◆ decode()

static decode ( $geohash)
static

См. определение в файле geohash.php строка 74

◆ encode()

static encode ( array $coordinate,
$length = self::MAX_LENGTH )
static

См. определение в файле geohash.php строка 19

Данные класса

◆ $base32Chars

$base32Chars
staticprotected
Инициализатор
= array(
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'b', 'c', 'd', 'e', 'f', 'g',
'h', 'j', 'k', 'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'
)

См. определение в файле geohash.php строка 14

◆ $bits

$bits = array(16, 8, 4, 2, 1)
staticprotected

См. определение в файле geohash.php строка 13

◆ $latitudeInterval

$latitudeInterval = array(-90.0, 90.0)
staticprotected

См. определение в файле geohash.php строка 11

◆ $longitudeInterval

$longitudeInterval = array(-180.0, 180.0)
staticprotected

См. определение в файле geohash.php строка 12

◆ MAX_LENGTH

const MAX_LENGTH = 15

См. определение в файле geohash.php строка 9