Constructor
new GeoTileLayer(id, url, options)
Example
new GeoGlobe.Layer.GeoTileLayer( {
id:"天地图矢量注记",
url:"http://tile0.tianditu.com/services/AB0512_Anno",
type:"raster",
"tileSize":256
minzoom: 2,
maxzoom: 12,
maxExtent: new GeoGlobe.LngLatBounds(-180, -90, 180, 90)
})
Parameters:
Name | Type | Description |
---|---|---|
id |
String | GeoGlobe瓦片图层名称。 |
url |
String | 瓦片服务地址。 |
options |
Object | 对象构造参数。 |
Members
id :String
- Default Value:
- null
图层标志id。
Type:
- String
maxzoom :Integer
- Default Value:
- null
图层底层级别。
Type:
- Integer
minzoom :Integer
- Default Value:
- null
图层顶层级别。
Type:
- Integer
tileSize :Int
- Default Value:
- 256
瓦片大小。
Type:
- Int
url :String
- Default Value:
- null
网络服务地址。
Type:
- String