Line class

@ingroup navigine_dart_classes @ingroup navigine_dart_geometry_classes

@brief A polyline with specified list of segments @see Segment "Segment"

Referenced from @see PolylineMapObject "PolylineMapObject".

Constructors

Line(List<Segment> segments)
@brief Default constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<Segment>
List of segments to connect.
getter/setter pair

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