SuperMap.Layer.Tencent

腾讯地图平面图。

Inherits from

  • <SuperMap.Layer.CanvasLayer>
Summary
SuperMap.Layer.Tencent 腾讯地图平面图。
Properties
attribution {String} 地图属性信息,可显示到地图上。
mapName {String} 地图名称,默认为 tencent。
name {String} 图层标识名称,默认为:Tencent。
url {String} 地图资源地址。默认为:http://p2.map.gtimg.com/hwaptiles/5/3/2/56_37.png
Constructor
SuperMap.Layer.Tencent 腾讯地图平面图。
Functions
clone 创建当前图层的副本。
destroy 解构Tencent类,释放资源。

Properties

name

{String} 图层标识名称,默认为:Tencent。

url

{String} 地图资源地址。默认为:http://p2.map.gtimg.com/hwaptiles/5/3/2/56_37.png

attribution

{String} 地图属性信息,可显示到地图上。

mapName

{String} 地图名称,默认为 tencent。

Constructor

SuperMap.Layer.Tencent

腾讯地图平面图。

Parameters

options {Object} 附加到图层属性上的可选项。

Functions

destroy

destroy: function ()

解构Tencent类,释放资源。

clone

clone: function ( obj )

创建当前图层的副本。

Parameters

obj {Object}

Returns

{SuperMap.Layer.Tencent}新的图层。

destroy: function ()
解构Tencent类,释放资源。
clone: function ( obj )
创建当前图层的副本。
腾讯地图平面图。
Close