pointOfInterest property

PointWithUnit? pointOfInterest

Implementation

PointWithUnit? get pointOfInterest {
  return _pointOfInterest;
}
void pointOfInterest=(PointWithUnit? newValue)

Implementation

set pointOfInterest(PointWithUnit? newValue) {
  _pointOfInterest = newValue;
  _controller.updateMode();
}