|
Maps SDK for C++ 1.0.0
|
Represents a textual annotation at a specific moment in the log. More...

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. | |
Represents a textual annotation at a specific moment in the log.
| 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].
| String gem::TextMark::report |
A textual note or annotation associated with the mark.
Can be used for comments, labels, or contextual descriptions.