CoordinateSpan

public struct CoordinateSpan : Equatable
extension CoordinateSpan: Decodable
  • Declaration

    Swift

    public let latitudeDelta: CLLocationDegrees
  • Declaration

    Swift

    public let longitudeDelta: CLLocationDegrees
  • Declaration

    Swift

    public init(from decoder: Decoder) throws