9e9c746c by Mike Mathews

Update TileServiceApi.xid.xml to use HPE.Estimate when reporting position calculation.

1 parent c3bc096f
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
12 <import ref="https://xid.location.studio/HPE/V1.2/HpeGnss.xid.xml" local="HpeGnss.xid.xml" /> 12 <import ref="https://xid.location.studio/HPE/V1.2/HpeGnss.xid.xml" local="HpeGnss.xid.xml" />
13 <import ref="https://xid.location.studio/HPE/V1.2/HpeCellular.xid.xml" local="HpeCellular.xid.xml" /> 13 <import ref="https://xid.location.studio/HPE/V1.2/HpeCellular.xid.xml" local="HpeCellular.xid.xml" />
14 <import ref="https://xid.location.studio/HPE/V1.2/HpeWiFi.xid.xml" local="HpeWiFi.xid.xml" /> 14 <import ref="https://xid.location.studio/HPE/V1.2/HpeWiFi.xid.xml" local="HpeWiFi.xid.xml" />
15 <import ref="https://xid.location.studio/HPE/V1.2/HpeCore.xid.xml" local="HpeCore.xid.xml" />
15 <import ref="https://xid.location.studio/Tensor/V1.1/ApiBase.xid.xml" local="ApiBase.xid.xml" /> 16 <import ref="https://xid.location.studio/Tensor/V1.1/ApiBase.xid.xml" local="ApiBase.xid.xml" />
16 <import ref="https://xid.location.studio/GeoSpatial/V1.0/SpatialDefs.xid.xml" local="SpatialDefs.xid.xml" /> 17 <import ref="https://xid.location.studio/GeoSpatial/V1.0/SpatialDefs.xid.xml" local="SpatialDefs.xid.xml" />
17 18
...@@ -99,8 +100,8 @@ ...@@ -99,8 +100,8 @@
99 100
100 <output name="output" type="Tensor.OutputBase" sid="0x107a"> 101 <output name="output" type="Tensor.OutputBase" sid="0x107a">
101 <comment>output for EstimatePosition operation</comment> 102 <comment>output for EstimatePosition operation</comment>
102 <elem name="pos" type="Shape" multiplicity="0..*" polymorphic="true"> 103 <elem name="estimates" type="HPE.Estimate" multiplicity="0..*" polymorphic="false">
103 <comment>approximate position of the tile</comment> 104 <comment>Estimated results including coarse and precise (if-available).</comment>
104 </elem> 105 </elem>
105 106
106 </output> 107 </output>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!