goog.net.BrowserChannel.QueuedMapProvided Bygoog.net.BrowserChannel.QueuedMapSimple container class for a (mapId, map) pair. new QueuedMap( mapId, map, opt_context )ParametersmapIdnumberThe id for this map. map(Object|null)The map itself. opt_context(Object|null)=The context associated with the map. VIEW SOURCEInstance Propertiesexpand_morethis.context → (Object|null)The context for the map. VIEW SOURCEexpand_morethis.map → (Object|null)The map itself. VIEW SOURCEexpand_morethis.mapId → numberThe id for this map. VIEW SOURCE