HaversineRadius

Find geo-locations which are within a specified radius distance to a center geo-location, using the Haversine formula, also called the Spherical Cosine Law formula.

Input Fields

latitude (Float!)

The latitude value of the center geo-position of the area of interest.

longitude (Float!)

The longitude value of the center geo-position of the area of interest.

radius (Float!)

The radius value for determining the area of interest.

radius_unit (DistanceUnit!)

The unit of measure of the radius argument.