Distance between

Returns the distance between two points given in longitude and latitude.

Example use case

A house appliances store sends customized notifications to customers near its locations. To determine proximity, the store uses the distance between function to calculate the distance from a customer's device location to a store's location, sending notifications for upcoming sales at the nearest store.

Example eligibility rule

distance between Store Location Latitude Store Location Longitude and Device latitude City Device longitude City in km

Distance between function example