CoordinateSpan

public struct CoordinateSpan : Equatable
extension CoordinateSpan: Codable
  • Declaration

    Swift

    public let latitudeDelta: CLLocationDegrees
  • Declaration

    Swift

    public let longitudeDelta: CLLocationDegrees
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: any Encoder) throws