【发布时间】:2018-07-11 10:28:35
【问题描述】:
如何在 React Native Maps 中设置最小和最大缩放级别
<MapView
ref={(ref) => this.mapView = ref}
clustering={true}
clusterTextColor='#fff'
style={styles.map}
region={this.props.coordinate}
>
//My map markers
</MapView>
【问题讨论】:
标签: react-native react-native-maps