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

Represents a file attached to an activity, including metadata and location. More...

Collaboration diagram for gem::ActivityFile:

Public Attributes

LargeInteger activityFileID
 Unique identifier for the activity file.
LargeInteger activityID
 Identifier of the activity to which this file belongs.
ActivityFileType fileType
 Type of the file (photo, video, audio, route).
DataBuffer fileData
 File content stored as a DataBuffer.
LargeInteger offsetMillis
 Timestamp offset in milliseconds within the activity.
Coordinates coordinates
 Geographical coordinates where the file was recorded.

Detailed Description

Represents a file attached to an activity, including metadata and location.

Member Data Documentation

◆ fileData

DataBuffer gem::ActivityFile::fileData

File content stored as a DataBuffer.

Contains the raw data of the attached file (e.g., image, video, audio, or route).