goog.labs.net.webChannel.Wire.QueuedMapProvided Bygoog.labs.net.webChannel.Wire.QueuedMapSimple container class for a (mapId, map) pair. new QueuedMap( mapId, map, opt_context )ParametersmapIdnumberThe id for this map. mapObjectThe map itself. opt_contextObject=The context associated with the map. VIEW SOURCEInstance Methodsexpand_morethis.getRawDataSize() → (number|undefined)ParametersNone.Returns(number|undefined)the size of the raw JSON message or undefined if the message is not encoded as a raw JSON message VIEW SOURCEInstance Propertiesexpand_morethis.context → (Object|null)The context for the map. VIEW SOURCEexpand_morethis.map → ObjectThe map itself. VIEW SOURCEexpand_morethis.mapId → numberThe id for this map. VIEW SOURCE