repaint property

bool get repaint

Gets and sets a Boolean indicating whether the map will continuously repaint. This information is useful for analyzing performance.

@name repaint @type {boolean} @instance @memberof MapboxMap

Implementation

bool get repaint => jsObject.repaint;
set repaint (bool value)

Implementation

set repaint(bool value) => jsObject.repaint;