|
Maps SDK for C++ 1.0.0
|
Represents a bitmap image captured at a specific moment in time. More...

Public Attributes | |
| LargeInteger | timestampInMillis |
| The timestamp in milliseconds when the bitmap was captured. | |
| Coordinates | coordinates |
| The geographical coordinates (latitude and longitude) where the bitmap was captured. | |
| StrongPointer< IBitmap > | data |
| The data associated with the captured image. | |
Represents a bitmap image captured at a specific moment in time.
The Bitmap structure contains information about the time the image was captured, the geographical coordinates (latitude and longitude) where it was captured, and the bitmap data itself.
| StrongPointer<IBitmap> gem::Bitmap::data |
The data associated with the captured image.
The bitmap data is stored as a strong pointer to an IBitmap object, which contains the image data.
| LargeInteger gem::Bitmap::timestampInMillis |
The timestamp in milliseconds when the bitmap was captured.
This variable represents the exact time the bitmap was captured, expressed in milliseconds since the Epoch (January 1, 1970).