onEventTextUpdated abstract method

void onEventTextUpdated(
  1. EventText eventText
)

Called whenever there is a new text notification for a maneuver (multiple notifications can be given for the same maneuver at different distances (for example: "After 500 meters turn right." or "Now turn right.") and in that case, this method will be called once for each distance.

  • eventText Data related to next text announcement.

Implementation

void onEventTextUpdated(EventText eventText);