repaint property

bool 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;
void repaint=(bool value)

Implementation

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