onRoadAttributesUpdated abstract method
- RoadAttributes roadAttributes
Called whenever any attribute of the current road changes.
It's guaranteed to be called at least once for the first road the user is traveling on.
roadAttributesThe object that contains attributes of the current road.
Implementation
void onRoadAttributesUpdated(RoadAttributes roadAttributes);