如何在React Native Maps上显示用户位置
<MapView
region={this.props.coordinate}
>
//My map markers
</MapView>
答案 0 :(得分:4)
设置showsUserLocation
为真
<MapView
region={this.props.coordinate}
showsUserLocation={true}
>
//My map markers
</MapView>
答案 1 :(得分:2)
您可以使用here中提到的名为MapView
的{{1}}属性
或者您可以使用GeoLocation获取用户位置并将其显示在showsUserLocation