Class: unicodeMarker

unicodeMarker

Unicode字符图标。

L.supermap.unicodeMarker(latlng, options)

leaflet/overlay/UnicodeMarker.js, line 4
Name Type Description
latlng

L.LatLngBounds} 经纬度坐标

options Object

符号参数。
label - {string} 符号Unicode值
labelRotation - {string} 符号旋转角度
globalAlpha - {string} 符号的透明值
fontStyle - {string} 符号的风格
fontWeight - {string} 符号的粗细
fontSize - {string} 符号的尺寸
fontFamily - {string} 符号的字体
textAlign - {string} 符号内容的对齐方式
textBaseline - {string} 绘制符号时使用的基线

Extends