Food ordering app DEMO

With which purpose? Not sure, not really Adalo stores the lat/lng when using the Google Maps and accessible from the frontend for usage purposes. I just use for calculations since their Map feature is still very poor, it still needs custom markers and other features as infowindows for the markers.

Have either if you tried to use the Google Places API/SDK ?

I use it but for other applications. any particular thing in your mind?

Did you figure out how to get the users distance from the restaurant without google? I want to be able to do something similar, well, exactly like that! I have two primary users, Contractors & Property Owners. I want the Contractors to input their addresses to their account info when they sign up and the same with Property Owners. I then want the Contractors to see the distance from their location to the Property Owners location WITHOUT seeing the actual address of the property. Is this doable with what you have?

You want this action automatically or when user clicks a button? You can use a trick when user enters the contractors page. Then it stores in a Temp DB and calculates distance via lat/lng. Issue is that for every page you define the action, it always calls for the location.

@NoCode81 what’s your email address?

Sorry, I didn’t realize that you’d responded. This system isn’t great.

Here’s what I want to accomplish…

I want the contractor to receive a lead for a property owner that needs their services. As far a location is concerned; I want them to get partial location information pertaining to the property where services are desired. This would include the City, State, Zip Code, and distance from the address they have stored on their account. The contractors location would only change if they change it on their account. The project location would be different for each lead.

@JL_LJ thanks for sharing your Adalo experience. One question: Did you manage to extract the User’s current location in coordinates (Latitude and Longitude Values)? If so, how? By using the Adalo Google Maps component I can (in iOS or Android Built Version) see the user’s current location been displayed on the map but there is no way (not that I am aware of) to extract that info.

OlĂĄ Bruno :slight_smile: .
I didn’t try the map yet in mobile (so far only PWA). What I did is similar to UberEats, there is an address and it is saved in lat/lng, when they choose business to pickup/delivery (Also saved as lat/lng). And then I calculate outside doing the calculation of the distance and record back temporarily into the order. I saw Adalo has Geolocation in the roadmap, then I just used this “workaround” and waiting for it. I tested Adalo using geolocation, but it always gives Adalo’s servers location :frowning:

1 Like

Hi @brunoribeiro i did not use any type of map functionality. I have a large database of locations and allow user to select best for them.

1 Like