GeoHash
Table of Contents
Constants
- MAX_LENGTH = 15
Methods
Constants
MAX_LENGTH
public
mixed
MAX_LENGTH
= 15
Methods
decode()
public
static decode(mixed $geohash) : mixed
Parameters
- $geohash : mixed
encode()
public
static encode(array<string|int, mixed> $coordinate[, mixed $length = self::MAX_LENGTH ]) : mixed
Parameters
- $coordinate : array<string|int, mixed>
- $length : mixed = self::MAX_LENGTH