Class: LogoControl

mapboxgl.supermap.LogoControl

Logo 控件。默认不显示。

new mapboxgl.supermap.LogoControl(options)

mapboxgl/control/Logo.js, line 8
Name Type Description
options Object

logo 控件配置项。

Name Type Default Description
imageUrl string 可选

logo 图片地址。

width string 可选

logo 图片宽。

height string 可选

logo 图片高。

link string 可选

logo 图片跳转链接。

alt string 'SuperMap iClient' 可选

logo 图片失效时显示文本。

Example
(start code)
 map.addControl(new mapboxgl.supermap.LogoControl(),'bottom-right');
(end)

Methods

onAdd(){HTMLElement}

mapboxgl/control/Logo.js, line 39

添加一个 logo。

Returns:
Type Description
HTMLElement 返回创建的 logo 元素。