InitializationError
public enum InitializationError : Error
An error that occurs during the creation of the instance.
-
The search time is negative.
Declaration
Swift
case invalidSearchTime
-
The minimum distance ahead is negative.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case invalidMinDistanceAhead
-
The search distance policy is invalid.
Declaration
Swift
case invalidSearchDistancePolicy