如何在用户当前位置按钮上显示标注视图(自定义视图)(蓝点)

时间:2018-10-02 09:37:42

标签: google-maps react-native react-native-maps

我使用了react-native-map,请帮助我如何在不使用任何其他自定义标记的情况下在用户位置点击上显示自定义视图。 预先感谢。

从“ react-native-maps”导入{MapView,Circle,Marker,Callout};

{this.state.showView!= true &&

    <MapView
    provider={"google"}
    region={mapRegion}
    style={styles.map}
    showsUserLocation = {true}

    clusterColor = 'black'
    clusterTextColor = 'white'
    clusterBorderColor = 'black'
    clusterBorderWidth = {1}
    pinColor = 'red'
    showsMyLocationButton = {false}

    >

0 个答案:

没有答案