Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::TextMark Struct Reference

Represents a textual annotation at a specific moment in the log. More...

Collaboration diagram for gem::TextMark:

Public Attributes

LargeInteger offsetMillis
 The timestamp of the text mark within the log.
Coordinates coordinates
 The geographical coordinates where the text mark was recorded.
String report
 A textual note or annotation associated with the mark.

Detailed Description

Represents a textual annotation at a specific moment in the log.

Member Data Documentation

◆ offsetMillis

LargeInteger gem::TextMark::offsetMillis

The timestamp of the text mark within the log.

Offset in milliseconds from the beginning of the log. Must be in the range [0 ... log length].

◆ report

String gem::TextMark::report

A textual note or annotation associated with the mark.

Can be used for comments, labels, or contextual descriptions.