In `HasLocation.swift` fix the warning: ``` Comparison with '.nan' using '!=' is always true, use '!lat.isNaN' to check if 'lat' is a number ```
In
HasLocation.swiftfix the warning: