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

AddMap

Add serialized map data to the map storage.

Declaration

public bool AddMap(byte[] mapData)

Summary

Add serialized map data to the map storage.

Returns

True if successful, false otherwise.

Notice

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

Parameters

NameTypeSummary
mapDatabyte[]
The serialized map data to add.