Google地图Javascript API无法在IOS设备

时间:2017-03-22 16:51:37

标签: javascript ios iphone google-maps

我在我的网站上添加了Google地图JS API。

<script>function initMap() { var map = new google.maps.Map(document.getElementById('map'), {
zoom: 17,
center: {lat: -33.8666, lng: 151.1958}});} </script>

script(async defer src="https://maps.googleapis.com/maps/api/js?**********&v=3&callback=initMap")

在桌面地图上运行良好,只有IoS设备出现问题。 在Iphone上我有这个: Google maps JS API on Iphone

你知道这有什么问题吗?

比你!

1 个答案:

答案 0 :(得分:0)

由于您使用的是iOS,因此您可以直接使用Google Maps API for iOS。如果您要使用适用于iOS的Google Maps API,我认为您应该查看Getting Started Maps guide for iOS,这样您就不会遇到这类错误。在iOS上开始使用Google地图之前,您需要下载适用于iOS的Google Maps SDK并确保您拥有API密钥。