Are you familiar with the concept of geographical coordinates? Take for example these two points:
point1 = {lat: 40.6974034,
lng: -74.1197636}
point2 = {lat: 42.694034,
lng: -75.117636}
My goal is to find the distance between these two points in miles using NextJs. Do you know of any packages that could help me achieve this?