基础能力
网约车
概述和入门指南
基础服务
高级服务
Appearance
属性控件,可自定义地图copyright
继承Control 实现IControl
const aCtrol = new AttributionControl({ customAttribution: "Power by MapFE" }) map.addControl(aCtrol, "bottom-right")
构造函数
options {compact: (boolean | undefined)?, customAttribution: (string | Array<string> | undefined)?}? 可选参数对象。
options
options.compact
options.customAttribution