ExtractMapMetadata
Declaration
public void ExtractMapMetadata(out Vector3[] points, out float[] errors, out Vector3 center, out string mapType)
Parameters
| Name | Type | Summary |
|---|---|---|
| points | Vector3[] | feature points coordinates relative to the anchor/map center |
| errors | float[] | estimated errors of each points. Smaller error points could be more significant feature points |
| center | Vector3 | center point coordinates in the mapped coordinate system |
| mapType | string | - |