-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自定义多个marker时,部分渲染不出来 #138
Comments
要看你的 icon 里面是怎么写的 |
v0.8.0还没有这个问题。更新到0.8.1出现概率性自定义marker不生效,应该显示自定义marker的地方依然显示红色锚点。 |
<Marker |
icon={() => |
|
ios?android?红色锚点是什么,有截图? |
最好提供完整的,可以重现的,整个 screen 的代码 |
ios?android?如果不用 icon,问题是不是还会出现? |
ios。不用icon怎么实现自定义marker? |
发布了一个新版本 |
<Marker
key = {index}
icon={() =>
{dataItem.name}
{dataItem.desc}
}
coordinate={location}
onPress={() => this._onMarkerViewPress(dataItem.latitude, dataItem.longitude)}
clickable = {this.state.markerType == 3?false:true}
infoWindowEnabled = {false}
draggable = {true}
flat = {true}
/>
The text was updated successfully, but these errors were encountered: