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

MergeMapUpdate

Merge a map update into an existing map.

Declaration

public bool MergeMapUpdate(byte[] existingMapData, byte[] mapUpdateData, out byte[] mergedMapData)

Summary

Merge a map update into an existing 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
existingMapDatabyte[]
The existing map to merge the update into.
mapUpdateDatabyte[]
The map update to merge into the existing map.
mergedMapDatabyte[]
The merged map will be written here.