Esri / esri-leaflet-geocoder

helpers for using the ArcGIS World Geocoding Service in Leaflet
http://esri.github.io/esri-leaflet/examples/geocoding-control.html
Apache License 2.0
244 stars 101 forks source link

for reverseGeocode, pass through apikey and token #295

Closed gavinr closed 2 years ago

gavinr commented 2 years ago

properly pass through token and apikey for .reverseGeocode().

similar to #278. That PR was fixing geocode() where this PR is for reverseGeocode()

fixes #294 and #282