现在反应本机地图仅在点击MapView时获得标记位置
<MapView scrollEnabled={true} style={styles.map} region={region} onPress={selectLocationHandler}>
{markerCoordinates && <Marker title="picked Location" draggable={true}
isPreselected={true} coordinate={markerCoordinates}></Marker>}
</MapView>
我想在不点击地图视图的情况下标记我的当前位置
我对MapView和标记具有以下代码
有人可以帮我吗?
您可以执行以下操作: