ExtractMapMetadataFromRootAnchor
Extract the metadata from a map relative to the stored root anchor.
Declaration
public bool ExtractMapMetadataFromRootAnchor(byte[] mapData, out Vector3[] points, out float[] errors)
Summary
Returns
True if successful, false otherwise.
Notice
This is an experimental feature, and is subject to breaking changes or deprecation without notice
Parameters
| Name | Type | Summary |
|---|---|---|
| mapData | byte[] | The map to extract the metadata from. |
| points | Vector3[] | The positions of the feature points in the map. |
| errors | float[] | The error metric for each of the points in the map. |
Extract the metadata from a map relative to the stored root anchor.