panTiltZoom property

bool get panTiltZoom

Implementation

bool get panTiltZoom => js_util.getProperty(this, 'panTiltZoom');
set panTiltZoom (bool newValue)

Implementation

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