gpt4 book ai didi

ios - GMSMapView 显示空白 map

转载 作者:搜寻专家 更新时间:2023-10-31 22:07:10 25 4
gpt4 key购买 nike

我将 GMSMapView 添加到我的屏幕中,但我只能看到我的位置图标和我添加的标记。为什么我看不到道路、建筑物等?

这是我的代码:

let camera = GMSCameraPosition.cameraWithLatitude(latitude,
longitude: longitude, zoom: 11.5)
let mapView = GMSMapView.mapWithFrame(CGRectZero, camera: camera)

mapView.myLocationEnabled = true
mapView.settings.myLocationButton = true

self.view = mapView

var marker = GMSMarker()
marker.position = CLLocationCoordinate2DMake(location.latitude, location.longitude)
marker.title = location.name
marker.snippet = location.address
marker.map = mapView

有什么建议吗?

最佳答案

出现空白图的主要原因之一是key没有设置好

您是否正确设置了 API key 。

[GMSServices provideAPIKey:yourAPIKey];

关于ios - GMSMapView 显示空白 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33732031/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com