gpt4 book ai didi

react-native - 在 React Native Maps 中设置最大和最小缩放级别

转载 作者:行者123 更新时间:2023-12-04 00:30:52 24 4
gpt4 key购买 nike

如何在 React Native Maps 中设置最小和最大缩放级别

<MapView
ref={(ref) => this.mapView = ref}
clustering={true}
clusterTextColor='#fff'
style={styles.map}
region={this.props.coordinate}
>
//My map markers
</MapView>

最佳答案

<MapView
minZoomLevel={2} // default => 0
maxZoomLevel={15} // default => 20
>
//My map markers
</MapView>

This Link 中的所有组件 API .

关于react-native - 在 React Native Maps 中设置最大和最小缩放级别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51283150/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com