EFileType

File type used when exporting or importing a recorder log.

Parameters

value

EFileType SDK value

Entries

Link copied to clipboard

NMEA file format, commonly used for GPS data exchange.

Link copied to clipboard

GPX file format, an XML-based format for exchanging GPS data.

Link copied to clipboard

KML file format containing only the positions that were actually recorded in the log. Includes raw GPS positions and any improved positions generated during logging.

Link copied to clipboard

KML file format containing both recorded and newly computed positions. Includes raw GPS positions along with Sensor Fusion (SF) and Map Matched (MM) positions generated by the current SDK for analysis and debugging purposes.

Link copied to clipboard

GeoJSON format for encoding a variety of geographic data structures.

Link copied to clipboard

CSV file format, used for representing tabular data in a comma-separated values format.

Link copied to clipboard

Dead reckoning CSV file format, used for representing tabular data in a comma-separated values format.

Link copied to clipboard

FIT file format, commonly used for fitness-related data storage.

Link copied to clipboard

TCX file format, commonly used for tracking training activities in XML format.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Link copied to clipboard
fun valueOf(value: String): EFileType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.