organization
This commit is contained in:
parent
c546e0e064
commit
8b8d98886d
@ -9,9 +9,9 @@ export class PhysicsService {
|
|||||||
|
|
||||||
info = new BehaviorSubject(null);
|
info = new BehaviorSubject(null);
|
||||||
motion = new BehaviorSubject<DeviceMotionEvent>(null);
|
motion = new BehaviorSubject<DeviceMotionEvent>(null);
|
||||||
speed = new BehaviorSubject(null);
|
|
||||||
orientation = new BehaviorSubject<DeviceOrientationEvent>(null);
|
orientation = new BehaviorSubject<DeviceOrientationEvent>(null);
|
||||||
position = new BehaviorSubject<Coordinates>(null);
|
position = new BehaviorSubject<Coordinates>(null);
|
||||||
|
speed = new BehaviorSubject(null);
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
// Gather physical data
|
// Gather physical data
|
||||||
|
Loading…
Reference in New Issue
Block a user