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

ExtractMapMetadataFromAnchor


Declaration

public bool ExtractMapMetadataFromAnchor(byte[] anchorPayload, byte[] mapData, out Vector3[] points, out float[] errors, out bool usesLearnedFeatures)

Parameters

NameTypeSummary
anchorPayloadbyte[]
The anchor payload as a byte array. The returned map metadata
will be relative to this anchor.
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.
usesLearnedFeaturesbool
Whether the map uses learned features.