在react-native-maps中嵌入Google My Maps是否可行?

huangapple go评论66阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年7月6日 17:51:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76627570.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定