OnboardLocationContextServiceError
public enum OnboardLocationContextServiceError : Error
Defines the error cases that can occur while using OnboardLocationContext.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Occurs when access handle is unavailable
Declaration
Swift
case unavailableAccessHandle
-
Occurs when there is no map position for the matched location.
Declaration
Swift
case mapPositionMissing
-
Occurs when the location context can’t be retrieved.
Declaration
Swift
case noLocationContextFound
-
Occurs when permission to access the map has not been granted.
Declaration
Swift
case mapInaccessible