POIKitDelegate
public protocol POIKitDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func didUpdateLocations(_ locations: [CLLocation]) -
Undocumented
Declaration
Swift
func didChangeLocationAuthorizationStatus(_ status: CLAuthorizationStatus) -
Undocumented
Declaration
Swift
func didUpdateHeading(_ heading: CLHeading) -
Undocumented
Declaration
Swift
func didFailLocationWithError(_ error: CLError, locationServiceEnabled: Bool) -
Undocumented
Declaration
Swift
func locationPermissionDenied() -
Undocumented
Declaration
Swift
func nonFatalErrorOccured(_ error: Error, _ shouldCrash: Bool)
View on GitHub
POIKitDelegate Protocol Reference