|
Maps SDK for C++ 1.0.0
|
Represents a file attached to an activity, including metadata and location. More...

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. | |
Represents a file attached to an activity, including metadata and location.
| 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).