Iterable<Point2D> get locations => js_util.getProperty(this, 'locations');
set locations(Iterable<Point2D> newValue) { js_util.setProperty(this, 'locations', newValue); }