DirectionEvent class final

A class that contains description of directions event.

Implemented types

Properties

estimatedArrivalTime DateTime?
Estimated arrival time.
no setter
estimatedArrivalTimeShift double
Time zone shift for estimated arrival time, in minutes.
no setter
eventMessages List<String>
Event messages.
no setter
eventText String
Event text.
no setter
geometry ArcGISPoint?
Event's geometry.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited