radrob1 / helium-place

Helium Hotspot placement helper
Apache License 2.0
42 stars 34 forks source link

Use Helium API for hotspot info #72

Closed radrob1 closed 3 years ago

radrob1 commented 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.

radrob1 commented 3 years ago

partially done in #73. Not using for search, but for hotspot info popups.

radrob1 commented 3 years ago

added external geocoder using the helium api for hotspot search #95