Roger Rivas
0
Q:

convert meter to miles swift

extension CGFloat {  
  func getMiles() -> CGFloat{
       return self * 0.000621371192
  }
  function getMeters() -> CGFloat {
       return self * 1609.344
  }
}
0

New to Communities?

Join the community