OnboardMapMatchingEngineError

public enum OnboardMapMatchingEngineError : Error

Defines the error cases that can occur while using OnboardMapMatcher.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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 permission to access the map has not been granted.

    Declaration

    Swift

    case mapInaccessible