1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс 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()

decode ( $geohash)
static

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

◆ encode()

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

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

Поля

◆ $base32Chars

$base32Chars
staticprotected
Инициализатор
'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'
)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804

См. определение в файле 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


Объявления и описания членов класса находятся в файле: