Hi guys,
I am new to bubble and trying to build an app, that displays services providers near an address, that was entered from a user before.
The service providers will enter their address and a service area in km as a number. The user will enter their address and should get a repeating list, which displays the service providers, where the users address lays within the service providers service area.
My idea was just to calculate the distance between the both addresses and check, whether it is lower or equal the entered number of kms for the service area of the provider.
Essentially like in Tinder, where the user can set a distance, in which possible matches are displayed.
I tried but, i don’t know how exactly this is done.
Does someone can help me with this?