struct SerializeableDeviceMapNode
(Niantic.Lightship.AR.Mapping.ARDeviceMap.SerializeableDeviceMapNode)
A struct representing a single device map node
struct SerializeableDeviceMapNode {
		// fields
	
		 ulong _subId1;
		 ulong _subId2;
		 byte[] _mapData;
		 byte[] _anchorPayload;
		 string _mapType;
	};