__getattr__(unit_att)
Returns the distance value in units corresponding to the given unit attribute. For example:
>>> print(dist.km) 8.04672
__getattr__(unit_att)
Returns the distance value in units corresponding to the given unit attribute. For example:
>>> print(dist.km) 8.04672
Please login to continue.