Class: unicodeMarker

L.supermap.unicodeMarker

Unicode 字符图标。

L.supermap.unicodeMarker(latlng, options)

leaflet/overlay/UnicodeMarker.js, line 7
Name Type Description
latlng L.LatLngBounds

经纬度坐标。

options Object

符号参数。

Name Type Default Description
label string

符号 Unicode 值。

labelRotation string '0' 可选

符号旋转角度。

globalAlpha string '1' 可选

符号的透明值。

fontStyle string 'normal' 可选

符号的风格。

fontWeight string 'normal' 可选

符号的粗细。

fontSize string '1em' 可选

符号的尺寸。

fontFamily string 'sans-serif' 可选

符号的字体。

textAlign string 'center' 可选

符号内容的对齐方式。

textBaseline string 'middle' 可选

绘制符号时使用的基线。

Fires

Extends

Events

move

leaflet/overlay/UnicodeMarker.js, line 54

circle marker 重设坐标之后触发。

Properties:
Name Type Description
latlng L.LatLng

当前 marker 坐标。

Methods

getLatLng(){L.LatLng}

leaflet/overlay/UnicodeMarker.js, line 62

获取 marker 坐标。

Returns:
Type Description
L.LatLng 返回当前 marker 坐标。

setLatLng(setLatLng)

leaflet/overlay/UnicodeMarker.js, line 46

设置 marker 新坐标。

Name Type Description
setLatLng L.LatLng

需要设置的新坐标。