Hi
I want to create a Text component that will display the relative distance from the users geolocation to a record in the database using a location property
So for example a list would show 4 records and the distance from the user to those locations
Location 1 - 4 miles
Location 2 - 10 miles
Location 3 - 12 miles
Location 4 - 20 miles
How would you acheive this?
thanks