|
Maps SDK for C++ 1.0.0
|
Represents a time interval in the log where sound was recorded. More...

Public Attributes | |
| LargeInteger | startOffsetMillis |
| The start time of the sound segment within the log. | |
| LargeInteger | endOffsetMillis |
| The end time of the sound segment within the log. | |
| Coordinates | coordinates |
| The geographical coordinates where the sound was recorded. | |
Represents a time interval in the log where sound was recorded.
| LargeInteger gem::SoundMark::endOffsetMillis |
The end time of the sound segment within the log.
Offset in milliseconds from the beginning of the log. Must be >= startOffsetMillis and within the log duration.
| LargeInteger gem::SoundMark::startOffsetMillis |
The start time of the sound segment within the log.
Offset in milliseconds from the beginning of the log. Must be in the range [0 ... log length].