英文:
Is embedding Google My Maps possible in react-native-maps?
问题
In the documentation, I noticed that the provider
prop of MapView
component only takes google
or null
. But I want to put this custom-made map instead of the normal google maps.
Is it possible?
英文:
In the documentation, I noticed that the provider
prop of MapView
component only takes google
or null
. But I want to put this custom-made map instead of the normal google maps.
Is it possible?
答案1
得分: 2
不,无法在react-native-maps中嵌入Google My Maps。Google My Maps是一个基于Web的应用程序,而react-native-maps是用于iOS和Android的本地库。这意味着无法在react-native应用程序中嵌入Google My Maps。
英文:
No, it is not possible to embed Google My Maps in react-native-maps. Google My Maps is a web-based application, and react-native-maps is a native library for iOS and Android. This means that Google My Maps cannot be embedded in a react-native app.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论