RoadEventsLayer class abstract
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
RoadEventsLayerListener layerListener) → void - The class does not retain the object in the 'layerListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
-
deselectRoadEvent(
) → void - Deselects selected road event if any.
-
isValid(
) → bool - Usable only in runWithBlockUi or listener handlers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
RoadEventsLayerListener layerListener) → void -
selectRoadEvent(
String eventId) → void - Selects a road event with specified id. Only one event can be selected at a time. If some other event is selected already, it will be deselected.
-
setRoadEventVisibleOnRoute(
RoadEventsEventTag tag, {required bool on}) → void - Sets road events on route tag visibility. Setting local chats visibility will also set visibility for ordinary chats and vice versa. None are visible by default.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited