The goog.net.BrowserChannel.QueuedMap Class

goog.net.BrowserChannel.QueuedMap(mapId, map, opt_context)

Simple container class for a (mapId, map) pair.

mapId {number}
The id for this map.
map {Object|goog.structs.Map}
The map itself.
opt_context {Object=}
The context associated with the map.

.context {Object}

The context for the map.

.map {Object|goog.structs.Map}

The map itself.

.mapId {number}

The id for this map.