Closed radrob1 closed 3 years ago
Helium has an api for hotspot name searching: https://api.helium.io/v1/hotspots/name?search=
We can use this instead of the mapbox local search. We can then use the distance search to pull all nearby hotspots after searching: https://api.helium.io/v1/hotspots/location/distance?lat=123.123&lon=123.123&distance=2000.
partially done in #73. Not using for search, but for hotspot info popups.
added external geocoder using the helium api for hotspot search #95
Helium has an api for hotspot name searching: https://api.helium.io/v1/hotspots/name?search=
We can use this instead of the mapbox local search. We can then use the distance search to pull all nearby hotspots after searching: https://api.helium.io/v1/hotspots/location/distance?lat=123.123&lon=123.123&distance=2000.