set_locations(locations){ return new Promise((resolve, reject) => { this.locations = locations; resolve(); }); }