proximiio-js-library 1.17.2 → 1.17.3
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.
|
@@ -207,7 +207,7 @@ export default class GuidanceStepsGenerator {
|
|
|
207
207
|
return [
|
|
208
208
|
step.totalDistance ? step.totalDistance.toFixed(0) : 0,
|
|
209
209
|
t.METERS,
|
|
210
|
-
|
|
210
|
+
t.IN,
|
|
211
211
|
this.getDirectionInstruction(direction),
|
|
212
212
|
].join(' ');
|
|
213
213
|
}
|
|
@@ -252,7 +252,7 @@ export default class GuidanceStepsGenerator {
|
|
|
252
252
|
return [
|
|
253
253
|
step.totalDistance ? step.totalDistance.toFixed(0) : 0,
|
|
254
254
|
t.METERS,
|
|
255
|
-
|
|
255
|
+
t.IN,
|
|
256
256
|
this.getDirectionInstruction(direction),
|
|
257
257
|
].join(' ');
|
|
258
258
|
}
|
|
@@ -270,7 +270,7 @@ export default class GuidanceStepsGenerator {
|
|
|
270
270
|
return [
|
|
271
271
|
step.totalDistance ? step.totalDistance.toFixed(0) : 0,
|
|
272
272
|
t.METERS,
|
|
273
|
-
|
|
273
|
+
t.IN,
|
|
274
274
|
this.getDirectionInstruction(direction),
|
|
275
275
|
].join(' ');
|
|
276
276
|
}
|