Skip to content

Commit

Permalink
Update src/corelocation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jul 29, 2021
1 parent 7fc87ec commit 8f0757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ partial interface CLLocation : NSSecureCoding, NSCopying, CKRecordValue {

[Watch (8,0), TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Export ("initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:sourceInfo:")]
IntPtr Constructor (CLLocationCoordinate2D coordinate, double altitude, double hAccuracy, double vAccuracy, double course, double courseAccuracy, double speed, double speedAccuracy, NSDate timestamp, CLLocationSourceInformation sourceInfo);
IntPtr Constructor (CLLocationCoordinate2D coordinate, double altitude, double horizontalAccuracy, double verticalAccuracy, double course, double courseAccuracy, double speed, double speedAccuracy, NSDate timestamp, CLLocationSourceInformation sourceInfo);

// Apple keep changing the 'introduction' of this field (5.0->8.0->5.0) but it was not available in 6.1
// nor in 7.0 - but it works on my iPad3 running iOS 7.1
Expand Down

0 comments on commit 8f0757e

Please sign in to comment.