exportLogPositions

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

logPath

The file to be exported.

gpsPositions

The list that will receive the raw GPS positions.

sfPositions

The list that will receive the Sensor Fusion positions.

mmGeneratedPositions

The list that will receive the Map Matched positions generated by the SDK.

mmLogPositions

The list that will receive the Map Matched positions stored in the log.

listener

The progress listener.