Update TileServiceApi.xid.xml to use HPE.Estimate when reporting position calculation.
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment