Hi there,
I am creating a delivery app, I really don’t want to use google maps (they are expensive!)
Let’s say I’ve found replacements for the geocoding APIs,
my question is how do I integrate the API so in the app - it will be able to remember the users locations and do the search by location radius?
can the bubble app store that information in it?
I’m very new to Bubble,
I did see the geolocation company has the radius search API,
I’m wondering how would I make it that it can go through my users locations ?(from my bubble app database)
thank you for your reply!
I would suggest using the api of your location service to ask for the users current location or ask the user via input for a location. Because once u let bubble handle anything that has to do with locations it uses the Google api. Bubble has manuals about api usage but if you don’t have a programming background I can understand the confusion. I might have some time to dive into it next week.
So what I would do:
If you api has a search function so you can give text and get longitude and latitude in return you can save those for each user.
If you api can look up the current location u can use that to save the longitude and latitude.
All of the above has to be done for the food companies aswel
Use the api to return a list of companies in the area by their longitude and latitude.
Can you please share a little more about the location service you want to use, company name for instance?
As you can see its a lot of work to use another location service. But it can be done
somebody else, said I have to use a plugin in order for the location service provider would be able to go through my database, so I’m thinking maybe to go with Mapbox?
the company I wanted to go with at first called - Geoapify
(again - thank you very much for the response!)