@@ -3693,9 +3693,6 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
36933693var AddressMatchService = function ( _CommonServiceBase ) {
36943694 _inherits ( AddressMatchService , _CommonServiceBase ) ;
36953695
3696- /*
3697- * @function SuperMap.AddressMatchService.prototype.constructor
3698- */
36993696 function AddressMatchService ( url , options ) {
37003697 _classCallCheck ( this , AddressMatchService ) ;
37013698
@@ -3704,6 +3701,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37043701 _this . CLASS_NAME = "SuperMap.AddressMatchService" ;
37053702 return _this ;
37063703 }
3704+
37073705 /**
37083706 * @inheritDoc
37093707 */
@@ -3718,7 +3716,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37183716 /**
37193717 * @function SuperMap.AddressMatchService.prototype.code
37203718 * @param url {string} 正向地址匹配服务地址
3721- * @param params {object } 正向地址匹配服务参数
3719+ * @param params {SuperMap.GeoCodingParameter } 正向地址匹配服务参数
37223720 */
37233721
37243722 } , {
@@ -3730,7 +3728,7 @@ var AddressMatchService = function (_CommonServiceBase) {
37303728 /**
37313729 * @function SuperMap.AddressMatchService.prototype.decode
37323730 * @param url {string} 反向地址匹配服务地址
3733- * @param params {object } 反向地址匹配服务参数
3731+ * @param params {SuperMap.GeoDecodingParameter } 反向地址匹配服务参数
37343732 */
37353733
37363734 } , {
@@ -4071,12 +4069,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
40714069 */
40724070var GeoCodingParameter = function ( ) {
40734071
4074- /*
4075- * @function SuperMap.GeoCodingParameter.prototype.constructor
4076- * @param options - {Object} 参数。
4077- */
4078-
4079-
40804072 /**
40814073 * @member SuperMap.GeoCodingParameter.prototype.prjCoordSys -{String}
40824074 * @description 查询结果的坐标系。
@@ -4188,12 +4180,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
41884180 */
41894181var GeoDecodingParameter = function ( ) {
41904182
4191- /*
4192- * @function SuperMap.GeoDecodingParameter.prototype.constructor
4193- * @param options - {Object} 参数。
4194- */
4195-
4196-
41974183 /**
41984184 * @member SuperMap.GeoDecodingParameter.prototype.maxReturn -{number}
41994185 * @description 最大返回结果数。
@@ -5622,11 +5608,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
56225608 * @param options - {Object} 参数。
56235609 */
56245610var KeyServiceParameter = function ( ) {
5625-
5626- /*
5627- * @function SuperMap.KeyServiceParameter.prototype.constructor
5628- * @param options - {Object} 参数。
5629- */
56305611 function KeyServiceParameter ( options ) {
56315612 _classCallCheck ( this , KeyServiceParameter ) ;
56325613
@@ -5641,8 +5622,8 @@ var KeyServiceParameter = function () {
56415622
56425623 /**
56435624 * @function SuperMap.KeyServiceParameter.prototype.toJSON
5644- * @description 转换成JSON字符串
5645- * @return {string } 参数的JSON字符串
5625+ * @description 转换成JSON对象
5626+ * @return {object } 参数的JSON对象
56465627 */
56475628
56485629
@@ -5924,16 +5905,11 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
59245905/**
59255906 * @class SuperMap.ServerInfo
59265907 * @classdesc 服务器信息(安全相关),包含服务器类型,服务地址,token服务地址等
5927- */
5928-
5929- var ServerInfo =
5930-
5931- /**
5932- * @function SuperMap.ServerInfo.prototype.constructor
59335908 * @param type -{string} 类型
59345909 * @param options - {Object} 参数。
59355910 */
59365911
5912+ var ServerInfo =
59375913
59385914/**
59395915 * @member SuperMap.ServerInfo.prototype.tokenServiceUrl -{string}
@@ -6025,13 +6001,6 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
60256001 * @param options - {Object} 参数。
60266002 */
60276003var TokenServiceParameter = function ( ) {
6028-
6029- /*
6030- * @function SuperMap.TokenServiceParameter.prototype.constructor
6031- * @description 地图缓存参数类
6032- * @param options - {Object} 参数。
6033- */
6034-
60356004 /**
60366005 * @member SuperMap.TokenServiceParameter.prototype.referer -{String}
60376006 * @description clientType=Referer 时,必选。如果按照指定 URL 的方式申请令牌,则传递相应的 URL。
0 commit comments