IndoorRouteNoticeCode

public enum IndoorRouteNoticeCode : UInt32, CaseIterable, Codable

Notice codes which point to the issues encountered during indoor route calculation.

Note: The indoor route notice codes may be extended for new error situations.

  • No route found.

    Declaration

    Swift

    case noRouteFound
  • Could not match origin.

    Declaration

    Swift

    case couldNotMatchOrigin
  • Could not match destination.

    Declaration

    Swift

    case couldNotMatchDestination
  • Violated route head condition.

    Declaration

    Swift

    case violatedRouteHeadCondition
  • Violated route tail condition.

    Declaration

    Swift

    case violatedRouteTailCondition
  • Violated entire route condition.

    Declaration

    Swift

    case violatedEntireRouteCondition
  • Ignored vehicle enable parameter.

    Declaration

    Swift

    case ignoredVehicleEnable
  • Ignored vehicle speed parameter.

    Declaration

    Swift

    case ignoredVehicleSpeed
  • Ignored vehicle avoid features parameter.

    Declaration

    Swift

    case ignoredVehicleAvoidFeatures
  • Violated transport mode.

    Declaration

    Swift

    case violatedTransportMode
  • Could not match one or more via waypoints. This notice is returned when the routing service cannot match a via waypoint to a valid location on the indoor map.

    Declaration

    Swift

    case couldNotMatchWaypoint
  • No route found with the specified via waypoint. This notice is returned when a route cannot be calculated that passes through the specified via waypoint in the given order.

    Declaration

    Swift

    case noRouteFoundWithWaypoint