本文介绍了 - [GMSMapView animateToCameraPosition:]:无法识别的选择器发送到实例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我已经在我的应用程序中实现了google map sdk,并且在这行代码中出现了错误
mapView_ = [GMSMapView mapWithFrame:CGRectZero camera:camera];
任何人都可以帮助我找到解决方案

解决方案

请提及您使用的是哪个版本的iOS,设置MAPview的委托方法。



请检查以下链接,可能会对您有所帮助,一切尽在掌握


Hi All i have implement the google maps sdk on my application and i am getting an error on this particular line mapView_ = [GMSMapView mapWithFrame:CGRectZero camera:camera];Can any one help me to find a solution

解决方案

Please mention which version of iOS you are using and did you setted delegate method for MAPview.

Please check the below link, may be helps you, all the best

GoogleMaps basic iOS demo app crash - unrecognized selector sent to instance

这篇关于 - [GMSMapView animateToCameraPosition:]:无法识别的选择器发送到实例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 01:27