Views:

Description

Returns the distance in meters between two geo-locations.

Signature

HaversineDistance(
  'longitudefrom',
  'latitudefrom',
  'longitudeto',
  'latitudeto'
)

Example

HaversineDistance(41.507483, -99.436554, 38.504048, -98.315949)
 Returns 347426.478791229

Parameters

Name Type Description Required
longitudefrom xxxx xxxx xxxx
latitudefrom xxxx xxxx xxxx
longitudeto xxxx xxxx xxxx
latitudeto xxxx xxxx xxxx