FileType enum File Type Sensor Data Source
Path import supported formats
Values
- nmea → const FileType
-
NMEA file format, commonly used for GPS data exchange.
- gpx → const FileType
-
GPX file format, an XML-based format for exchanging GPS data.
- kml → const FileType
-
KML file format, used for geographic data representation in XML.
- geoJson → const FileType
-
GeoJSON format for encoding a variety of geographic data structures.
- csv → const FileType
-
CSV file format, used for representing tabular data in a comma-separated values format.
- fit → const FileType
-
FIT file format, commonly used for fitness-related data storage.
- tcx → const FileType
-
TCX file format, commonly used for tracking training activities in XML format.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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