LongitudeError
public enum LongitudeError : Error
Errors for a longitude.
-
Overflow if latitud is smaller than the minimum.
Declaration
Swift
case overflowMin -
Overflow if latitud is greater than the maximum.
Declaration
Swift
case overflowMax
View on GitHub
LongitudeError Enumeration Reference