GeoPolylineDirection enum

Defines if a function on a GeoPolyline computes the operation starting from the beginning or from the end of GeoPolyline.vertices.

Values

fromBeginning → const GeoPolylineDirection

Identifies that the operation is from the first vertex to the last one.

fromEnd → const GeoPolylineDirection

Identifies that the operation is from the last vertex to the first one.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
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

Constants

values → const List<GeoPolylineDirection>
A constant List of the values in this enum, in order of their declaration.