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