我想在我的应用程序中实现楼层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>
2条答案
按热度按时间ldxq2e6h1#
你可以自定义一些像react-native-maps从Airbnb,对于实现部分,我们不提供代码点播在这个网站上,首先你必须向我们展示你尝试了什么:)
希望能有所帮助!
qzwqbdag2#
我目前正在寻找相同的解决方案。您可以尝试搜索关键字“室内导航”或“室内Map”。目前,有一些很好的库/SDK可能支持React-native(有些可能需要您本地实现):
希望这有帮助!