上传者: 42131601
|
上传时间: 2022-01-10 16:22:01
|
文件大小: 7KB
|
文件类型: -
GeoHash编码/解码
有关GeoHash的更多信息
支持MongoDB,ElasticSearch和GeoJSON格式的GeoHash编码/解码:
GeoJSON
MongoDB
Elasticsearch
{ longitude, latitude }对象在某些软件包中常用
受启发。
安装
yarn add @jollie/geohash
或者
npm install @jollie/geohash
用法
import GeoHash from '@jollie/geohash' ;
// ... coordinates example
const longitude = 4.2122126 ;
const latitude = 36.4511093 ;
// Encode a GeoJSON Point
GeoHash . encode ( {
type : 'F