Protocols
The following protocols are available globally.
-
Defines the interface that geocoding services must implement.
See moreDeclaration
Swift
public protocol CLGeocoderImplementationContract : AnyObject
-
The
See moreCLLocationManagerDelegate
protocol defines methods that you implement to receive and handle location-related events. Apple DocumentationDeclaration
Swift
public protocol CLLocationManagerDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol LocationProviderContract : Identifiable, Sendable