Home > @magiclane/maps-sdk > SoundMark > (constructor)
SoundMark.(constructor)
Creates a SoundMark with the specified start and end offsets and coordinates.
API users typically do not create SoundMark instances directly.
Signature:
constructor(start: number, end: number, coordinates: Coordinates);Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
start |
number |
Start offset in milliseconds (relative to the beginning of the log). |
|
end |
number |
End offset in milliseconds (relative to the beginning of the log). |
|
coordinates |
Coordinates where the sound was recorded. |