Skip to main content

Auki::Manna::LighthouseData

Data for a static Lighthouse.

Public Functions​

Name
LighthouseData()

Public Attributes​

Name
stringid
Lighthouse id in long format.
stringshortId
Lighthouse id in short format.
stringorganizationId
Lighthouse owner organization id.
stringname
Lighthouse name.
floatsize
Physical size of a Lighthouse (in centimeters).
DateTimecreatedAt
Time at which the Lighthouse was created.
DateTimeupdatedAt
Time at which the Lighthouse was last updated.
LighthousePose[]poses
Array of LighthousePoses associated with this Lighthouse.

Public Functions Documentation​

function LighthouseData​

LighthouseData()

Public Attributes Documentation​

variable id​

string id;

Lighthouse id in long format.

variable shortId​

string shortId;

Lighthouse id in short format.

variable organizationId​

string organizationId;

Lighthouse owner organization id.

variable name​

string name;

Lighthouse name.

variable size​

float size;

Physical size of a Lighthouse (in centimeters).

variable createdAt​

DateTime createdAt;

Time at which the Lighthouse was created.

variable updatedAt​

DateTime updatedAt;

Time at which the Lighthouse was last updated.

variable poses​

LighthousePose[] poses;

Array of LighthousePoses associated with this Lighthouse.