MapMatchingEngineError
public enum MapMatchingEngineError : Error
Defines the error cases that can occur while using MapMatcher.
Important
This is a Public Preview API. It may be changed or removed at any time.Occurs when permission to access the map has not been granted.
Declaration
Swift
case mapInaccessible
Occurs when there is no map-matched position.
Declaration
Swift
case noMapMatchedPosition
Occurs when Map Matcher can’t find a new map-matched value from the current location.
Declaration
Swift
case noMapMatchingResult
Occurs when store access is nil.
Declaration
Swift
case unavailableAccessHandle