TurnDetails class
Turn details class
This class should not be instantiated directly. Instead, use the related methods from RouteInstruction or NavigationInstruction to obtain an instance.
Constructors
- TurnDetails.init(int id, int mapId)
Properties
- abstractGeometry → AbstractGeometry
-
Get the abstract geometry.
no setter
- abstractGeometryImageUid → int
-
Get the UID of the image for the abstract geometry.
no setter
- abstractGeometryImg → AbstractGeometryImg
-
Get the image of the abstract geometry image
no setter
- event → TurnEvent
-
Get event.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapId → int
-
no setter
- pointerId → int
-
no setter
- roundaboutExitNumber → int
-
Get the roundabout exit number
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
getAbstractGeometryImage(
{Size? size, ImageFileFormat? format, AbstractGeometryImageRenderSettings renderSettings = const AbstractGeometryImageRenderSettings()}) → Uint8List? - Get the image for the abstract geometry.
-
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