LatitudeError

public enum LatitudeError : Error

Errors for a latitude.

  • Overflow if latitud is smaller than the minimum.

    Declaration

    Swift

    case overflowMin
  • Overflow if latitud is greater than the maximum.

    Declaration

    Swift

    case overflowMax