export Log Positions
external fun exportLogPositions(logPath: String, gpsPositions: CoordinatesList, sfPositions: CoordinatesList, mmGeneratedPositions: CoordinatesList, mmLogPositions: CoordinatesList, listener: ProgressListener): Int
Exports positions from a log file as coordinates lists.
Return
GemError.NoError If the operation succeeds.
GemError.NotFound If the input log path doesn't exist.
Parameters
log Path
The file to be exported.
gps Positions
The list that will receive the raw GPS positions.
sf Positions
The list that will receive the Sensor Fusion positions.
mm Generated Positions
The list that will receive the Map Matched positions generated by the SDK.
mm Log Positions
The list that will receive the Map Matched positions stored in the log.
listener
The progress listener.