Search by location + get results by proximity! That way, you can find popular places near you or your users.
Learn more: https://help.adalo.com/database/locat…
So, what can your Adalo app do with geolocation? Glad you asked! Your food ordering app can find restaurants nearby Your hotel booking app can locate places to stay Your marketplace app can check if someone is within delivery range
We’re incredibly proud of the work that has gone into bringing this feature to life, and we’re even more excited to see what you build with it.
Our makers have always inspired us with the awesome stuff they create, and we can’t wait to see what’s in store with this new feature!
*Geolocation is available to anyone on the Pro or Business Adalo Plans!
Now we will have to learn about the google api and its costs hahaha it’s a world lol! trying to understand their costs, what are the plans and all that!
I am definitely not the expert there. Patrick wrote our help docs for location. I don’t want to pull people away from their work, but @pford, can you offer a little insight here? Or maybe point the thread in the best direction if you have any valuable links about Google API.
It would be great… from what I see is that when you create your account they give you 200 dls of monthly credit that is equivalent to 28500 maploads (I don’t know what it is, but it must be every time the map loads the information that the app gives it) .
I see that there are many things to read about the api.
For most apps under probably 3000 users or so, it’s highly probable that you will never exceed the $200/month allowance although we will be trying to collect more concrete data on this in the future to aid in estimating an app’s API usage.
… with this new Google component… is there the possibility of updating the user’s location like the one in without the user having to do any action? pragmaflowservers? for example for a shipping service, to see when the client arrives, etc.
and … Why don’t I get the name of the address and it appears like this?
If I do an action on the screen, that means that if the user does not enter that screen, their location is not updated, right? or update it without entering?
and how would it be with the countdown? Would it only activate if you enter the page too?
and with the second question: what I put is to update user>current device location (it does not allow me to save street name, it is only that option)
Yes!
But I guess that if you add Current Device Location from magic text to display you doesn’t need to worry about updating the property in the User collection because I believe it’s changing when the device location changed in that device and later on you can update it inside the app! Maybe someone from Adalo Team can confirm that?
But you can format it when you are displaying that in the text component!
You can add the new location property on the collection that map is connected and create some records with filling the location property with locations and then in the map click action you can add a create , update action to store that clicked location coordinates! And you can link to a new screen ( like modal ) and add a text component there and add current location ( collection name ) > location ( location property ) > and add the coordinates.
And also there’s a component called Location Input that you can search locations and you can add a text component and from magic text you can add Other Components>Location input>and you can add the coordinates! You can add the same with magic text on the map marker address!