|
|
@ -3213,7 +3213,7 @@ MainMap_QM.prototype = { |
|
|
* @apiParamExample {int} 请求示例 |
|
|
* @apiParamExample {int} 请求示例 |
|
|
* |
|
|
* |
|
|
* Map_QM.setCameraDist(150); |
|
|
* Map_QM.setCameraDist(150); |
|
|
* |
|
|
|
|
|
|
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
setCameraDist: function (cDist, updateFun, callBack) { |
|
|
setCameraDist: function (cDist, updateFun, callBack) { |
|
|
cDist = Map_QM.util.options.minDis > parseInt(cDist) ? Map_QM.util.options.minDis : parseInt(cDist); |
|
|
cDist = Map_QM.util.options.minDis > parseInt(cDist) ? Map_QM.util.options.minDis : parseInt(cDist); |
|
|
|