Home > @magiclane/maps-sdk > LogMetadata > textMarks
LogMetadata.textMarks property
Text annotations recorded within the log.
Returns a list of TextMark objects created during the recording to annotate the log with short textual notes. These marks are added by calling Recorder.addTextMark while recording.
Signature:
get textMarks(): TextMark[];