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

MergeMapUpdate


Declaration

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

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.