我正在使用 react-native MapboxGL。使用此道具显示方向箭头。在 iOS 上它工作正常。但在android中,当我改变手机方向时箭头不会移动。
<MapboxGL.UserLocation showsUserHeadingIndicator={true} visible={true} onUpdate={(location) => this.onAutoZoomUpdate(location)} />
这是一个错误吗?
我正在使用 react-native MapboxGL。使用此道具显示方向箭头。在 iOS 上它工作正常。但在android中,当我改变手机方向时箭头不会移动。
<MapboxGL.UserLocation showsUserHeadingIndicator={true} visible={true} onUpdate={(location) => this.onAutoZoomUpdate(location)} />
这是一个错误吗?