We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e996f0c commit b921daeCopy full SHA for b921dae
apinotes/CoreLocation.apinotes
@@ -0,0 +1,22 @@
1
+---
2
+Name: CoreLocation
3
+Classes:
4
+- Name: CLPlacemark
5
+ Properties:
6
+ - Name: ISOcountryCode
7
+ SwiftName: isoCountryCode
8
+Protocols:
9
+- Name: CLLocationManagerDelegate
10
+ Methods:
11
+ - Selector: 'locationManager:didUpdateLocations:'
12
+ SwiftName: 'locationManager(_:didUpdateLocations:)'
13
+ MethodKind: Instance
14
+ - Selector: 'locationManager:didUpdateHeading:'
15
+ SwiftName: 'locationManager(_:didUpdateHeading:)'
16
17
+ - Selector: 'locationManager:didEnterRegion:'
18
+ SwiftName: 'locationManager(_:didEnterRegion:)'
19
20
+ - Selector: 'locationManager:didChangeAuthorization:'
21
+ SwiftName: 'locationManager(_:didChangeAuthorization:)'
22
0 commit comments