MIBETWEEN

Finds the miles between two geo-points, using great-circle math.

Syntax

MIBETWEEN(startPoint, endPoint)

Example

MIBETWEEN('-8.45234 27.7623423', {{myGpsField}})

Notes

Geo-points are strings in 'lat lon' format, Location field answers are also geo-points.

Related 

KMBETWEEN, INPOLYGON