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

Represents a bitmap image captured at a specific moment in time. More...

Collaboration diagram for gem::Bitmap:

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< IBitmapdata
 The data associated with the captured image.

Detailed Description

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.

Member Data Documentation

◆ data

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.

◆ timestampInMillis

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