Members
-
en
-
Namespace: SuperMap.Lang["en"] Dictionary for English. Keys for entries are used in calls to <SuperMap.Lang.translate>. Entry bodies are normal strings or strings formatted for use with <SuperMap.String.format> calls.
-
(constant) FileTypes
-
该文件用于存储一些公用常量
-
zh
-
Namespace: SuperMap.Lang["zh-CN"] Dictionary for Simplified Chinese. Keys for entries are used in calls to <SuperMap.Lang.translate>. Entry bodies are normal strings or strings formatted for use with <SuperMap.String.format> calls.
Type Definitions
-
RequestCallback(serviceResult)
CommonServiceBase.js, line 384 -
Server request callback function
Name Type Description serviceResultObject Name Type Description resultObject The result returned by the server.
objectObject An object that publishes an application event.
typeObject The type of event.
elementObject A DOM node that accepts browser events.
Example
var requestCallback = function (serviceResult){ console.log(serviceResult.result); } new QueryService(url).queryByBounds(param, requestCallback);