Versions in this module Expand all Collapse all v1 v1.0.0 Sep 16, 2021 Changes in this version + func HaversineDistance(p1, p2 Coord) (float64, float64) + func VincentyDistance(p1, p2 Coord) (float64, float64, error) + type Coord struct + Lat float64 + Lon float64