指南针在本机Mapbox地图上的位置

时间:2019-07-19 00:30:27

标签: react-native-mapbox-gl

是否可以在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}>

2 个答案:

答案 0 :(得分:1)

#389开始,iOS才有可能。 请参见MapView上的compassViewPositioncompassViewMargins

答案 1 :(得分:0)

否,您不能移动指南针的位置,只能使用罗盘启用的属性显示或隐藏它。 (https://github.com/react-native-mapbox-gl/maps/blob/master/docs/MapView.md