Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在本机反应中创建地图。要求如下:
我发现有2个图书馆。react-native-maps 和 mapbox-gl。我读到 react-native-maps 用户 google-maps 作为 provider 。所以在我的情况下这是不可行的,因为我必须只使用 OpenStreetMap 提供。
谁能建议我是否有任何其他图书馆可以显示此类地图,而这些地图又应该使用 OpenStreetMap 提供程序?
查看 StackOverflow 讨论,它可能对您的查询有所帮助。
如何将 OpenStreetMap 集成到 react-native 项目中?