getData
Get the complete map data. This function returns all the map data accumulated during the AR session, serialized as a DeviceMap protobuf. This data can be saved, shared, and/or used for localization.
Declaration
fun getData(): ByteArray?
Summary
Returns
The map data if successful, or null if no map data exists.
Get the complete map data. This function returns all the map data accumulated during the AR session, serialized as a DeviceMap protobuf. This data can be saved, shared, and/or used for localization.