Skip to main content
API Reference NianticSpatial.NSDK.AR.Mapping ARDeviceMappingManager

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

Extract the metadata from a map relative to the stored root anchor.

Returns

True if successful, false otherwise.

Notice

This is an experimental feature, and is subject to breaking changes or deprecation without notice

Parameters

NameTypeSummary
mapDatabyte[]
The map to extract the metadata from.
pointsVector3[]
The positions of the feature points in the map.
errorsfloat[]
The error metric for each of the points in the map.