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

GetMapData

Get the current map data.

Declaration

public bool GetMapData(out byte[] mapData)

Summary

Get the current map data.

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 will be written here.