@wemap/providers 5.4.6 → 5.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,12 @@ class ProviderEvent {
77
77
  }
78
78
  }
79
79
 
80
+ var ProviderState = {
81
+ STARTING: 0,
82
+ STARTED: 1,
83
+ STOPPPED: 2
84
+ };
85
+
80
86
  class ProvidersLoggerOld {
81
87
 
82
88
  _enabled = false;
@@ -197,12 +203,6 @@ const ProvidersOptions = {
197
203
  smoother: true
198
204
  };
199
205
 
200
- var ProviderState = {
201
- STARTING: 0,
202
- STARTED: 1,
203
- STOPPPED: 2
204
- };
205
-
206
206
  /**
207
207
  * A provider is a meta class to define an entity which can be
208
208
  * started / stopped and provides a data of {@link ProviderEvent#DataType}
@@ -4522,5 +4522,5 @@ class AttitudeSmoother {
4522
4522
 
4523
4523
  }
4524
4524
 
4525
- export { AttitudeSmoother, EventType, PositionSmoother, ProviderEvent, Providers, ProvidersInterface, ProvidersLoggerOld$1 as ProvidersLoggerOld, ProvidersOptions };
4525
+ export { AttitudeSmoother, EventType, PositionSmoother, ProviderEvent, ProviderState, Providers, ProvidersInterface, ProvidersLoggerOld$1 as ProvidersLoggerOld, ProvidersOptions };
4526
4526
  //# sourceMappingURL=wemap-providers.es.js.map