@giro3d/piero-plugin-geohash
v1.0.0-beta.7
Published
Add GeoHash geocoding to Piero
Readme
piero-plugin-geohash
Plugin for @giro3d/piero to add support for Geohash geocoding.
Getting started
Register the Geohash module when starting the app:
// index.ts
import { createPieroApp } from '@giro3d/piero';
import { GeohashGeocoder } from '@giro3d/piero-plugin-geohash';
createPieroApp({
...
modules: [
GeohashGeocoder,
]
});