fromPositionDetection property

bool fromPositionDetection
getter/setter pair

bool fromPositionDetection; is declaring a property named fromPositionDetection of type bool in the Region class. This property will hold a boolean value indicating whether the region was detected from a position detection mechanism or not.

Implementation

bool fromPositionDetection;