LocationIQProvider is not exported
See original GitHub issueSteps to reproduce: (from docs)
import { LocationIQProvider } from 'leaflet-geosearch';
const provider = new LocationIQProvider({
params: {
key: '__YOUR_LOCATIONIQ_KEY__',
},
});
but LocationIQProvider is not defined
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:7 (4 by maintainers)
Top Results From Across the Web
locationiq-provider/.gitattributes at master - GitHub
[READ ONLY] Provider for LocationIQ. Contribute to geocoder-php/locationiq-provider development by creating an account on ... .gitattributes export-ignore.
Read more >Terms of Service - LocationIQ
BY INTERACTING IN ANY WAY WITH THE UNWIRED LABS (INDIA) PVT LTD LOCATIONIQ API, INCLUDING, BUT NOT LIMITED TO, REQUESTING CREDENTIALS OR ...
Read more >LocationIQ Reviews 2022: Details, Pricing, & Features - G2
Not able to export images from Maps and add labels. ... This is one of the best Map and location tracking service provider...
Read more >Geocoder Documentation - Read the Docs
e.g. provider not supporting multiple results: >>> import geocoder ... As you can see, location and provider_key are passed through:.
Read more >Exporting findings - Amazon GuardDuty - AWS Documentation
Replace [optional prefix] with a folder location for your exported findings (GuardDuty will create this location during set up if it does not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The export of the provider has been fixed in
leaflet-geosearch v3
, which has been released 🎉Closing this issue as the ongoing discussion is out of context. @Heni-ghodbane, Can we continue the docs/provider discussion here? (As written there, I’ve updated the docs 🙂 )