Method | Description | |
---|---|---|
MapByZoomCountLayer ( string id, string layerName, string serviceUrl, string mapName, int zoomCount, int defaultScaleIndex ) : System |
MapServerByZoomCount构造函数。
|
public MapByZoomCountLayer ( string id, string layerName, string serviceUrl, string mapName, int zoomCount, int defaultScaleIndex ) : System | ||
id | string | 图层ID。 |
layerName | string | 图层名字。 |
serviceUrl | string | 地图的Url。 |
mapName | string | 地图名称。 |
zoomCount | int | 支持的缩放级别数。 |
defaultScaleIndex | int | 默认初始缩放级别。 |
return | System |