Reference Entry
encodeGeohash
API Reference · foundation · order 25
Encodes a latitude/longitude coordinate into a geohash string.
Relevant APIs
encodeGeohash
Encodes a latitude/longitude coordinate into a geohash string.
Declaration
function encodeGeohash(latitude: number, longitude: number, precision: number): string