vue-tianditu2
Version:
27 lines (26 loc) • 708 B
JavaScript
const e = {
/** 海量点的预设形状 */
ShapeType: { type: String, default: "CIRCLE" },
/** 海量点的预设尺寸 */
SizeType: { type: String, default: "TINY" },
/** 海量点的颜色,默认为'#fa937e' */
color: { type: String, default: "#fa937e" }
}, o = {
/** 在地图上展示的点坐标集合 */
lnglats: { type: Array, default: () => [] }
}, n = {
click: () => !0,
mouseover: () => !0,
mouseout: () => !0
}, r = {
init: (t) => t instanceof T.CloudMarkerCollection
}, c = { ...e, ...o }, l = { ...n, ...r };
export {
l as EVENTS,
r as EXTRA_EVENTS,
o as EXTRA_PROPS,
n as NATIVE_EVENTS,
e as NATIVE_PROPS,
c as PROPS
};
//# sourceMappingURL=const.mjs.map