geohash mesh layer for AMap. 高德地图geohash网格图层
Supported precision of the geohash for now is 7
/**
*Creates an instance of GeohashLayer.
* @param {*} {
* map,
* padding,
* zoomLimit
* }
* @memberof GeoHashBox
*/
const geohashLayer = new GeohashLayer({ map, zoomLimit, padding })
geohashLayer.render()
geohashLayer.destroy()
- Support multi geohash precision