smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.04k stars 273 forks source link

Add HereMap Provider #154

Closed IvelinYR closed 4 years ago

IvelinYR commented 6 years ago

Hi, I have implemented a new provider for HereMap. There are maybe other users besides myself who need this. So I made a PR with it.

idekterev commented 6 years ago

Thanks - this was useful for me. For anyone else who is struggling to get this working - apparently there are two index.js that need updating (One inside the providers directory and one in the src directory), and this commit only updates the one inside providers directory. Just copy the contents of providers/index.js to the src directory index.js and bob is uncle.

smeijer commented 4 years ago

I'm closing this PR, as the provider in this PR is based upon a deprecated api.

Note: This service is no longer being actively developed. We will only provide critical fixes for this service in future. Instead, use the new Geocoding and Search API v7 service.

That being said, I'm working on the v3 release. That release will include a new provider for Here, that's based upon their new API.

My apologies for not responding sooner to this PR.