MapKit 返回 502 错误
我有一个应用程序,mapkit 运行良好。我运行它(没有任何更改)并在调试控制台上收到消息:
/SourceCache/GoogleMobileMaps_Sim/GoogleMobileMaps-263.5/googlenav/mac/Loader.mm:231 服务器返回错误:502
我在设备上尝试它并得到相同的结果(不同的位置,但相同的结果)。
该应用程序显示常规视图,放下注释图钉,暂停,然后出现错误,并且没有显示地图。我检查了 lat 和 lng,它们是有效值。
基本上,一个小时前它还在工作。现在,没那么多了。
I have an app where mapkit has been working fine. I ran it (without any changes) and on the debug console I get the message:
/SourceCache/GoogleMobileMaps_Sim/GoogleMobileMaps-263.5/googlenav/mac/Loader.mm:231 server returned error: 502
I tries it on a device and get the same result (different location, but same result).
The app displays the regular view, drops the annotation pin, pauses, then puts with the error and no map shows up. I checked lat and lng and they are valid values.
Basically, it was working an hour ago. Now, not so much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很可能是服务问题。请注意其他人在同一时间范围内报告问题:MKMapView 无法缩放地图
It is highly likely this was a service issue. Note other people reporting problem in the same time frame: MKMapView Cannot Zoom Map