new ol.supermap.GridCellInfosService(url, options)
GridCellInfosService.js, line 5
/**
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
The url of service. The url to request map service should be: |
||||||||||||||||||||||||
options |
Object |
The optional parameters.
|
Example
new ol.supermap.GridCellInfosService(url)
.getGridCellInfos(param,function(result){
//doSomething
})
Extends
Methods
-
getGridCellInfos(params, callback)
GridCellInfosService.js, line 31 -
Name Type Description params
SuperMap.GetGridCellInfosParameters The GetGridCellInfosParameters class。
callback
RequestCallback The callback of result data returned by the server side.