qiuxiang / react-native-amap3d

react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS
https://qiuxiang.github.io/react-native-amap3d/api/
MIT License
1.28k stars 327 forks source link

marker 点 不显示 的问题 #747

Open JonsonHI opened 2 years ago

JonsonHI commented 2 years ago

设备 -> iOS RN -> 0.66.2 map3d -> 3.0.6 marker 再地图上的 图标 加载不出来 , 有时候可以加载出来 大佬指点下\ 安卓目前正常

 <Marker
          position={{ latitude: Latitude, longitude: longitude }}
          onPress={() => alert("onPress")}
          icon={pointImg}
          />
qilovehua commented 2 years ago

map3d升级到3.1.1试试呢

fengteng123 commented 1 year ago

我也是设置Marker不显示,请问楼主解决了没

fengteng123 commented 1 year ago

版本3.0.6

qilovehua commented 1 year ago

我也是设置Marker不显示,请问楼主解决了没

建议看看position、icon的传值是否没问题

Dwyaneluo commented 1 year ago

这个在iOS 第一次不显示 后续重新请求数据后又展示,这个要怎么解决