作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
showsMyLocationButton 选项在 iOS 上不起作用。最初,该按钮在 Android 上也没有显示,但在实现 github 问题中建议的 hack(强制重新渲染)后,我让它显示了。
如何在 iOS 上显示该按钮?我应该制作自己的按钮吗?
<MapView
style={styles.map, { flex: 1, marginBottom: this.state.marginBottom }}
onMapReady={this._onMapReady}
initialRegion={initialRegion}
showsUserLocation={true}
//onPanDrag={e => console.log(e.nativeEvent)}
followsUserLocation={true}
showsMyLocationButton={true}
>
react native map :0.21.0
react :16.4.1
最佳答案
我定义了提供者来映射,如下所示:
provider={MapView.PROVIDER_GOOGLE}
在 map View 中现在一切正常。
关于ios - ShowsMyLocationButton 未在 iOS 上显示(react-native-maps),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53475864/
showsMyLocationButton 选项在 iOS 上不起作用。最初,该按钮在 Android 上也没有显示,但在实现 github 问题中建议的 hack(强制重新渲染)后,我让它显示了。
showsMyLocationButton 在 android 中不工作 最佳答案 { setTimeout(() => this.setState({stat
我是一名优秀的程序员,十分优秀!