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

GetMapUpdate


Declaration

public bool GetMapUpdate(out byte[] mapUpdateData)

Summary

Get the latest map update data, which consists of the new nodes and edges
that have been added since the last call to this function.

Returns

True if successful, false otherwise.

Notice

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

Parameters

NameTypeSummary
mapUpdateDatabyte[]
The serialized map update data will be written here.