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

Represents a time interval in the log where sound was recorded. More...

Collaboration diagram for gem::SoundMark:

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.

Detailed Description

Represents a time interval in the log where sound was recorded.

Member Data Documentation

◆ endOffsetMillis

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.

◆ startOffsetMillis

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].