Represent a section where we have to move by ourself (like pedestrian, or by bicycle and scooter)
- Implemented types
Constructors
-
MasstransitFitness(MasstransitFitnessType type, List<
MasstransitConstructionSegment> constructions, List<MasstransitRestrictedEntry> restrictedEntries, List<PolylinePosition> viaPoints, List<MasstransitAnnotation> annotations, List<MasstransitTrafficTypeSegment> trafficTypes, MasstransitElevationData? elevationData, List<MasstransitIndoorSegment> indoorSegments) -
factory
Properties
-
annotations
→ List<
MasstransitAnnotation> -
List of annotations on the path.
no setter
-
constructions
→ List<
MasstransitConstructionSegment> -
Compressed information about constructions along the path.
MasstransitConstructionSegment.subpolyline fields of all segments
cover the entire geometry of corresponding section".
no setter
- elevationData → MasstransitElevationData?
-
Information on elevation gain and loss in a fitness section
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
indoorSegments
→ List<
MasstransitIndoorSegment> -
List of indoor segments (levels or connectors) on path. Compressed
information about levels along the path.
MasstransitIndoorSegment.subpolyline fields of all indoor segments
cover only the indoor geometry, it does not cover outdoor parts.
no setter
-
restrictedEntries
→ List<
MasstransitRestrictedEntry> -
List of restricted entries with their coordinates along the path.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficTypes
→ List<
MasstransitTrafficTypeSegment> -
List of traffic types on path
no setter
- type → MasstransitFitnessType
-
no setter
-
viaPoints
→ List<
PolylinePosition> -
List of via points on the path. A via point is described by the index
of the point in the route geometry polyline.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant MasstransitFitness other) → bool -
The equality operator.
override