GeoTileLayer

GeoGlobe.Layer. GeoTileLayer

GeoGlobe瓦片图层类,继承自GeoGlobe.Layer类,具有该类的所有属性与方法,并在此基础上进行了扩展。

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