gpt4 book ai didi

navigation - React Native 中的室内平面图

转载 作者:行者123 更新时间:2023-12-04 17:56:55 25 4
gpt4 key购买 nike

我想在我的应用程序中实现楼层 map 导航。请建议任何可用的库或实现它的方法。

尝试跟随,但不允许添加自定义 map /楼层等。

<MapView
style={styles.mapViewStyle}
initialRegion={{
latitude: 37.78825,
longitude: -122.4324,
latitudeDelta: 0.0922,
longitudeDelta: 0.0421,
}}>
<MapView.Marker draggable
// calloutOffset={MapView.Marker.Point{x:0, y:30}}
pinColor='steelblue'
coordinate={{latitude: 37.78825,longitude: -122.4324,}}
title='San Francisco'
description='City by the Bay'
onDragEnd={(e) => this.setState({ x: e.nativeEvent.coordinate })}
/>
</MapView>

最佳答案

您可以自定义类似 react-native-maps 的内容来自 Airbnb,对于实现部分,我们不在此网站上按需提供代码,首先您必须向我们展示您的尝试:)

希望对您有所帮助!

关于navigation - React Native 中的室内平面图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39777492/

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