def distance(self): """ Returns: Distance between two coordinates. Using WGS-84 ellipsoid ,vincenty formulae and geopy to calculate. """ return self._distance_km