是否可以在React-Native Mapbox GL中更改指南针的位置?当前默认为右上角,我一直在尝试找到如何将其移动到左上角。
<Mapbox.MapView
ref={component => this.map = component}
styleURL={this.state.mapStreetView}
zoomLevel={this.state.defaultZoom}
centerCoordinate={[this.state.long, this.state.lat]}
showUserLocation={true}
onPress={this.onLocationPress}
zoomEnabled={true}>
答案 0 :(得分:1)
答案 1 :(得分:0)
否,您不能移动指南针的位置,只能使用罗盘启用的属性显示或隐藏它。 (https://github.com/react-native-mapbox-gl/maps/blob/master/docs/MapView.md)