API reference

AcousticMapStatus Enum

Flags describing the status an Acoustic Map.

Enumeration Constants

MemberValueDescription
EMPTY
0
A status flag indicating the Map has no data (i.e. was just created).
MAPPED
(1 << 0)
A status flag indicating the Map has been spatially mapped (but Map not necessarily computed).
READY
(1 << 1) | MAPPED
A status flag indicating the Map is ready for use in a runtime simulation (i.e. has been mapped and computed).