Namespace mxn
Defined in: mxn.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
mxn.tileLayers
The array of all layers that have been added to the map.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
mxn.addEvents(oEvtSrc, aEvtNames)
Bulk add some named events to an object.
|
<static> |
mxn.addProxyMethods(func, aryMethods, bWithApiArg)
Adds a list of named proxy methods to the prototype of a
specified constructor function.
|
<static> |
mxn.checkLoad(funcDetails)
|
<static> |
mxn.deferUntilLoaded(fnCall)
|
<static> |
mxn.register(sApiId, oApiImpl)
Registers a set of provider specific implementation functions.
|
Field Detail
<static>
mxn.tileLayers
The array of all layers that have been added to the map.
Defined in: mxn.core.js.
Defined in: mxn.core.js.
Method Detail
<static>
mxn.addEvents(oEvtSrc, aEvtNames)
Bulk add some named events to an object.
- Parameters:
- {Object} oEvtSrc
- The event source object.
- {String[]} aEvtNames
- Event names to add.
<static>
mxn.addProxyMethods(func, aryMethods, bWithApiArg)
Adds a list of named proxy methods to the prototype of a
specified constructor function.
- Parameters:
- {Function} func
- Constructor function to add methods to
- {Array} aryMethods
- Array of method names to create
- {Boolean} bWithApiArg
- Optional. Whether the proxy methods will use an API argument
<static>
mxn.checkLoad(funcDetails)
- Parameters:
- funcDetails
<static>
mxn.deferUntilLoaded(fnCall)
- Parameters:
- fnCall
<static>
mxn.register(sApiId, oApiImpl)
Registers a set of provider specific implementation functions.
- Parameters:
- {String} sApiId
- The API ID to register implementing functions for.
- {Object} oApiImpl
- An object containing the API implementation.