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

ExtractMapMetadataFromAnchor

Extract the metadata from a map relative to an anchor on the map.

Declaration

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

Summary

Extract the metadata from a map relative to an anchor on the map.

Returns

True if successful, false otherwise.

Notice

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

Parameters

NameTypeSummary
anchorPayloadstring
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.