displayHeadingCalibration property

bool get displayHeadingCalibration

Whether the map view should display a heading calibration alert when necessary. The default value is YES.

Implementation

bool get displayHeadingCalibration {
  return _objc_msgSend_91o635(this.ref.pointer, _sel_displayHeadingCalibration);

}
set displayHeadingCalibration (bool value)

Whether the map view should display a heading calibration alert when necessary. The default value is YES.

Implementation

set displayHeadingCalibration(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setDisplayHeadingCalibration_, value);

}