MapKit Changes for Swift
MapKit
Modified MKCoordinateSpan [struct]
Declaration | |
---|---|
From | struct MKCoordinateSpan { var latitudeDelta: CLLocationDegrees var longitudeDelta: CLLocationDegrees init() init(latitudeDelta latitudeDelta: CLLocationDegrees, longitudeDelta longitudeDelta: CLLocationDegrees) } |
To | struct MKCoordinateSpan { var latitudeDelta: CLLocationDegrees var longitudeDelta: CLLocationDegrees init() init(latitudeDelta latitudeDelta: CLLocationDegrees, longitudeDelta longitudeDelta: CLLocationDegrees) } extension MKCoordinateSpan { } |