search

goog.net.BrowserChannel.QueuedMap

Provided By

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

new QueuedMap( mapId, map, opt_context )

Parameters
mapIdnumber

The id for this map.

map(Object|null)

The map itself.

opt_context(Object|null)=

The context associated with the map.

Instance Properties