【发布时间】:2021-03-12 07:50:15
【问题描述】:
我正在使用 react-native 地图聚类的 MapView 和 react-native-maps 的标记和标注。我无法使用animateToRegion。
它告诉我this.mapView.animateToRegion is not a function
<MapView
ref={map=>{mapView = map}}
provider='google'
clustering={true}
onClusterPress={this.onPressCluster}
region={this.state.region}
onRegionChange={this.onRegionChange}
onRegionChangeComplete={this.onRegionChangeComplete}
style={styles.map}
showsUserLocation={true}
followUserLocation={true}
zoomEnabled={true}
ScrollEnabled={true}
showsBuildings={true}
showsMyLocationButton={false}/>
【问题讨论】:
标签: react-native