嵌入Ionic 3的动态Long Lat Google地图

问题描述 投票:0回答:1

我是离子3的初学者我正在尝试使用Json将Google地图与动态长纬度嵌入到ionic 3上但是我遇到麻烦了错误:资源URL上下文中使用了不安全的值

这是我的代码:

<iframe width="100%" height="100%" frameborder="0" style="border:0" 
    src="https://www.google.com/maps/embed/v1/place?key=MY_API_KEY&q={{det.latlong}}" allowfullscreen>
    </iframe>

您如何使它起作用?谢谢

google-maps ionic-framework ionic3 embed ionic-native
1个回答
0
投票

我建议您在下一个cordova插件中使用ionic中的gmap:

© www.soinside.com 2019 - 2024. All rights reserved.