Closed xiaogu-space closed 4 years ago
go-geom supports only planar geometry. If you have WGS84 lat/longs and you want distances between them then you need use a method like Vincenty or Haversine distance or project using a suitable map projection (e.g. the local UTM projection) and use this library.
I want to get line distance and it is wgs84