Google maps api 3 谷歌地图或开放层认为我';我在IPHONE上?

Google maps api 3 谷歌地图或开放层认为我';我在IPHONE上?,google-maps-api-3,openlayers,Google Maps Api 3,Openlayers,今天早上开始工作,发现这个新窗口出现在openlayers上我的google maps api v3数据层中。有人知道它是什么或者它来自哪里吗?以前见过吗?代码指向一堆标记为i-phone的图像和类,因此我怀疑其中一个api认为我在iphone上 这是弹出的框: 以下是生成该框的代码: <div style="position: absolute; font-family: Arial,sans-serif; z-index: 1100; overflow: visible; -moz-

今天早上开始工作,发现这个新窗口出现在openlayers上我的google maps api v3数据层中。有人知道它是什么或者它来自哪里吗?以前见过吗?代码指向一堆标记为i-phone的图像和类,因此我怀疑其中一个api认为我在iphone上

这是弹出的框:

以下是生成该框的代码:

<div style="position: absolute; font-family: Arial,sans-serif; z-index: 1100; overflow: visible; -moz-user-select: none; cursor: default; width: 300px; height: 180px;" class="olLayerGoogleCopyright olLayerGoogleV3"><img style="width: 300px; height: 180px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px; position: relative; opacity: 0.9;" src="http://maps.gstatic.com/intl/en_us/mapfiles/iphone-dialog-bg.png"><div style="font-weight: bold; color: white; text-align: center; padding: 5px; position: absolute; left: 0px; top: 0px; font-size: 16px; width: 290px;">Map Data</div><div style="position: absolute; font-family: inherit; bottom: 15px; cursor: pointer; background-color: transparent; border: 0pt none; padding: 0pt; margin: 0pt; font-size: 14px; left: 90px; width: 120px; height: 40px;"><img style="position: absolute; left: 0px; top: 0px; width: 120px; height: 40px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/en_us/mapfiles/iphone-dialog-button.png"><span style="color: white; text-align: center; width: 100%; height: 100%; background-color: transparent; position: absolute; left: 0px; top: 0px; padding-top: 10px;">Close</span></div><div style="color: white; text-align: center; font-size: 14px; position: absolute; left: 25px; top: 45px; width: 250px;"></div></div>
映射数据关闭

我也有同样的问题。这似乎为我解决了问题。我改变了这一点:

<script src="http://maps.google.com/maps/api/js?sensor=false"></script> 

为此:

<script src="http://maps.google.com/maps/api/js?v=3.2&sensor=false"></script>