onEventTextUpdated abstract method
- 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.
eventTextData related to next text announcement.
Implementation
void onEventTextUpdated(EventText eventText);