HarmonyOS 我给地图添加了Marker, 但是未显示标题?

// Marker初始化参数
let markerOptions: mapCommon.MarkerOptions = {
  position: {
    latitude: this.attendListItemInfo.lat,
    longitude: this.attendListItemInfo.lng
  },
  rotation: 0,
  visible: true,
  zIndex: 0,
  alpha: 1,
  anchorU: 0.5,
  anchorV: 1,
  clickable: true,
  draggable: true,
  flat: false,
  title: '地址标题'
};

// 创建Marker
this.marker = await this.mapController.addMarker(markerOptions);
阅读 534
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
logo
HarmonyOS
子站问答
访问
宣传栏