Home > @magiclane/maps-sdk > LogMetadata > preciseRoute

LogMetadata.preciseRoute property

The precise, full-resolution route recorded in the log.

The preciseRoute returns every recorded GPS sample from the log and should be used when an exact replay or analysis of the recorded path is required. This list can be large for long recordings.

Signature:

get preciseRoute(): Coordinates[];