roadTextsListener property
Object to receive notifications about the textual attributes of the current road.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Gets the listener to receive notifications about the textual attributes of the current road.
Implementation
RoadTextsListener? get roadTextsListener;
Object to receive notifications about the textual attributes of the current road.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Sets the listener to receive notifications about the textual attributes of the current road.
Implementation
set roadTextsListener(RoadTextsListener? value);