Algolia Provider
For more options and configurations, see the Algolia docs.
import { AlgoliaProvider } from 'leaflet-geosearch';const provider = new AlgoliaProvider();// add to leafletimport { GeoSearchControl } from 'leaflet-geosearch';map.addControl(new GeoSearchControl({provider,style: 'bar',}),);