react-native-baidumap-sdk icon indicating copy to clipboard operation
react-native-baidumap-sdk copied to clipboard

maker显示异常大

Open xzgilhm opened this issue 5 years ago • 0 comments

在使用maker的时候,发现地图中的maker很大,不知道如何调整。

如下图:

Screenshot_2019-04-28-14-39-57-502_com swust andr

代码如下

<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",

xzgilhm avatar Apr 28 '19 06:04 xzgilhm