enableHighAccuracy property

bool enableHighAccuracy

Implementation

bool get enableHighAccuracy =>
    js_util.getProperty(this, 'enableHighAccuracy');
void enableHighAccuracy=(bool newValue)

Implementation

set enableHighAccuracy(bool newValue) {
  js_util.setProperty(this, 'enableHighAccuracy', newValue);
}