To find all the nearby locations(latitude and longitude values) within a radius for a provided location(a single latitude and longitude)
Hi Team,
Got a requirement where, we have a path /etc/storelocator in aem. Under this path, we have several child nodes and each node contains 2 properties latitude and longitude. Please see the scrrenshot below:

Now, we need to find all those nodes which are nearby to a location within a provided radius.
For example, let say radius = 10 km and location is {45.4286698 , -122.5752410}. we need to find all the nearby locations and its corresponding nodes under /etc/storelocator nodes.
Any input is highly appreciable.
Thanks!