Home > @magiclane/maps-sdk > Recorder > addTextMark
Recorder.addTextMark() method
Add a textual annotation (text mark) to the current recording.
Call before stopping the recording to include the annotation in the final log file.
Signature:
addTextMark(text: string): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
text |
string |
The annotation text to add. |
Returns:
void