public virtual GeoPoint MidpointTo(GeoPoint that) { return(((PointToPointDistance)Distance.Between(this, that)).Midpoint()); }
public virtual Distance DistanceTo(GeoPoint that) { return(Distance.Between(this, that)); }