organization

This commit is contained in:
ztimson 2019-07-09 15:53:24 -04:00
parent c546e0e064
commit 8b8d98886d

View File

@ -9,9 +9,9 @@ export class PhysicsService {
info = new BehaviorSubject(null);
motion = new BehaviorSubject<DeviceMotionEvent>(null);
speed = new BehaviorSubject(null);
orientation = new BehaviorSubject<DeviceOrientationEvent>(null);
position = new BehaviorSubject<Coordinates>(null);
speed = new BehaviorSubject(null);
constructor() {
// Gather physical data