geocoder-js
geocoder-js copied to clipboard
GeocoderJS is the JavaScript equivalent of Geocoder PHP.
This PR provides a complete rewrite of GeocoderJS in TypeScript (and therefore a module support) and some more goodies (Mapbox, OpenCage and GeoPlugin providers, formatted address, time zone, bounds and...
Hi there! How to add var with google api key to geocode.js? > You must use an API key to authenticate each request to Google Maps Platform APIs. And it...
If I try to get the coordonates for a given address that not exists in OSM referential, the b.address.house_number returns error because of the undefined b.address. It try to get...
When I try to geocode with yandex more then 1000 addresses, some time there callback function undefined error appears ?format=json&geocode=Санкт-Петербург, ЛИТОВСКАЯ, 48&lang=en-US&callback=jsonp1537788530860:1 Uncaught ReferenceError: jsonp1537788530860 is not defined at ?format=json&geocode=Санкт-Петербург,...
Is there an example or will it work with autocomplete?
The calculation of geographical boundaries.
**The improvement is based on data from official documentation.** https://tech.yandex.ru/maps/doc/geocoder/desc/reference/kind-docpage/ **Additionally implemented**: - The calculation of geographical boundaries. - Country codes
I have a page on which I call GeocoderJS through openstreetmap provider. Problem is my page is served with https, and I get some Mixed active content errors due to...
Hi - I am implementing reverse geocoding in a Salesforce implementation (hosted SaaS platform) and it required my API calls to OpenStreetMap to be HTTPS. I've switched that up in...
How can I install the package as my dependencies?