react-native-nitro-location-tracking 0.1.15 → 0.1.16

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.
@@ -18,7 +18,7 @@ namespace margelo::nitro::nitrolocationtracking {
18
18
  }
19
19
 
20
20
  TripMathStats HybridNitroLocationComplexLogicsCalculation::calculateTotalTripStats(const std::vector<LocationPoint>& points) {
21
- TripMathStats stats = {0.0, 0.0, 0.0, 0.0};
21
+ TripMathStats stats{0.0, 0.0, 0.0, 0.0};
22
22
 
23
23
  if (points.size() < 2) return stats;
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-location-tracking",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A React Native Nitro module for location tracking",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",