Home > @magiclane/maps-sdk > TextMark > (constructor)

TextMark.(constructor)

Creates a TextMark with the specified offset, coordinates, and report.

API users typically do not create TextMark instances directly.

Signature:

constructor(offset: number, coordinates: Coordinates, report: string);

Parameters

Parameter

Type

Description

offset

number

Timestamp (in milliseconds) of the text mark within the log.

coordinates

Coordinates

Coordinates where the text mark was created.

report

string

The textual note or annotation associated with the mark.