FeedbackType

Feedback type is used to specify the type of feedback being recorded with NavigationEventsManager.recordFeedback(type:description:).

  • Indicates general feedback. You should provide a description string to NavigationEventsManager.recordFeedback(type:description:) to elaborate on the feedback if possible.

  • Identifies the feedback as the location of an accident or crash

  • Identifies the feedback as the location of a road hazard such as debris, stopped vehicles, etc.

  • Identifies the feedback as the location of a closed road that should not allow vehicles

  • Identifies the feedback as a maneuver that isn’t allowed. For example, if a user is instructed to make a left turn, but the turn isn’t allowed.

  • Identifies the feedback as the location of a road that should exist along the route.

  • Identifies the feedback as a maneuver with missing exit information such as an exit number or destination sign.

  • Identifies the feedback as the location of a poor instruction or route choice. This could be used to indicate an ambiguous or poorly-timed turn announcement, or a set of confusing turns.

  • Identifies the feedback as the location of a confusing instruction.

  • Identifies the feedback as a place where traffic should have been reported.

  • Identifies the feedback as a general map issue.