new ol.supermap.GridCellInfosService(url, options)
openlayers/services/GridCellInfosService.js, line 4
Name | Type | Description |
---|---|---|
url |
string |
与客户端交互的地图服务地址。请求地图服务,URL 应为: |
options |
Object |
服务所需可选参数。如: |
Example
new ol.superMap.GridCellInfosService(url)
.getGridCellInfos(param,function(result){
//doSomething
})
Extends
Methods
-
getGridCellInfos(params, callback)
openlayers/services/GridCellInfosService.js, line 26 -
Name Type Description params
SuperMap.GetGridCellInfosParameters 查询所需参数类
callback
function 回调函数