Skip to main content
API Reference com.nianticspatial.nsdk.mapping MappingStorageSession

mergeUpdate

Merge 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.


ON THIS PAGE