On this page←API Reference Return to API Reference index←packagecom.nianticspatial.nsdk.mapping com.nianticspatial.nsdk.mapping←classMappingStorageSession com.nianticspatial.nsdk.mapping.MappingStorageSession Function mergeUpdate mergeUpdateMerge a map update into an existing map. Combines incremental map updates with existing map data to create an updated complete map dataset. Declaration fun mergeUpdate(existingMap: ByteArray, mapUpdate: ByteArray): ByteArray? Summary Merge a map update into an existing map. Combines incremental map updates with existing map data to create an updated complete map dataset. Returns The merged map data if successful, or null if no merged map data exists.
Merge a map update into an existing map. Combines incremental map updates with existing map data to create an updated complete map dataset.