gpt4 book ai didi

android - 如何在 native 中更改用户当前位置的蓝点颜色或图像

转载 作者:行者123 更新时间:2023-12-01 22:18:30 24 4
gpt4 key购买 nike

enter image description here

我正在使用下面的库向用户显示当前位置

库使用:https://github.com/react-community/react-native-maps

上方的图书馆用于显示当前位置,并在google map上显示当前位置。我想更改当前位置的蓝点图标或想要更改蓝点的颜色。这里有人可以帮助我如何更改蓝点颜色或如何更改当前位置图像吗?

<MapView
provider={ PROVIDER_GOOGLE }
style={ styles.map }
initialRegion={this.state.region}
onPress={this.onMapPress}
minZoomLevel={15}
showsUserLocation={true}
ref={ref => { this.mapView = ref } }
>
</MapView>

最佳答案

只需粘贴此代码

       <Marker
draggable
coordinate={{
latitude: this.state.lt,
longitude: this.state.lg,
}}
onDragEnd={(e) => alert(JSON.stringify(e.nativeEvent.coordinate))}
title={'Current location'}
description={'users current location'}
/>

代替this.state.lt和lg放置您当前的位置经度,纬度

关于android - 如何在 native 中更改用户当前位置的蓝点颜色或图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49445896/

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