TrackExportOptions class final
Constructors
- TrackExportOptions({bool includePointProperties = true, bool includeRejectedPoints = false, bool includeActivityMetadata = true, bool useUtcTimestamps = true, bool allowIncompleteTrackSnapshot = false, bool includeGeoJsonPointFeatures = false, TrackGeometrySelection geometry = const TrackGeometrySelection.raw(), RouteGeometryContinuity geometryContinuity = RouteGeometryContinuity.preserveEvidenceSegments})
-
const
Properties
- allowIncompleteTrackSnapshot → bool
-
final
- geometry → TrackGeometrySelection
-
Coordinates to export. Raw evidence is the default; derived geometry is
selected only by its immutable run identifier.
final
- geometryContinuity → RouteGeometryContinuity
-
Presentation topology. Raw evidence boundaries remain the default.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeActivityMetadata → bool
-
final
- includeGeoJsonPointFeatures → bool
-
final
- includePointProperties → bool
-
final
- includeRejectedPoints → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useUtcTimestamps → bool
-
final
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