@volant-autonomy/via-sdk 1.4554.1 → 1.4562.1
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1139,10 +1139,10 @@ export interface components {
|
|
|
1139
1139
|
value: number;
|
|
1140
1140
|
/**
|
|
1141
1141
|
* Reference
|
|
1142
|
-
* @description Altitude reference datum for the value. When using AGL, this is defined as the vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
|
|
1143
|
-
* @
|
|
1142
|
+
* @description Altitude reference datum for the value. When using AGL, this is defined as the vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.Note that some interfaces may not support all reference datums.
|
|
1143
|
+
* @enum {string}
|
|
1144
1144
|
*/
|
|
1145
|
-
reference: "AGL";
|
|
1145
|
+
reference: "AGL" | "AMSL";
|
|
1146
1146
|
};
|
|
1147
1147
|
/** AoiBounding */
|
|
1148
1148
|
AoiBounding: {
|