Googlemap api出错

时间:2016-11-02 07:22:09

标签: swift google-maps

xcode 7.2版 我已经通过pods安装了googlemaps。但仍然会收到此错误。

  

由于未捕获的异常终止应用程序' GMSServicesException',原因:' Google Maps SDK for iOS必须在使用之前通过[GMSServices provideAPIKey:...]进行初始化'

我使用locationManager作为全局变量。

但是当我使用

var locationManager = CLLocationManager()
    var vwMap = GMSMapView()

在功能中它没有显示错误。

0 个答案:

没有答案