react-native-baidumap-sdk
react-native-baidumap-sdk copied to clipboard
maker显示异常大
在使用maker的时候,发现地图中的maker很大,不知道如何调整。
如下图:
代码如下
<MapView style={StyleSheet.absoluteFill} zoomLevel={11}>
<MapView.Marker
selected
image="flag"
onPress={() => Alert.alert("You pressed the marker!")}
onCalloutPress={() => Alert.alert("You pressed the callout!")}
coordinate={{ latitude: 39.914884, longitude: 116.403883 }}
/>
</MapView>
版本:
"react-native": "0.51.1",
"react-native-baidumap-sdk": "^0.6.0",