在iOS的百度地图中显示蓝色位置点

时间:2018-09-10 03:56:01

标签: ios swift baidu-map

我有一个一直在使用Google地图的应用程序,我想添加百度地图。我已经添加了百度地图,可以显示该地图并以用户的当前位置为中心,但是我无法显示蓝色的位置点。

有人知道该怎么做吗?

带有Google Maps的应用程序:

App with Google Maps

带有百度地图的应用程序:

App with Baidu Maps

1 个答案:

答案 0 :(得分:0)

百度文档说

/ / The following mapView for the BMKMapView object / / display positioning layer 
mapView.showsUserLocation = true; / / set the positioning status to the normal positioning mode 
mapView.userTrackingMode = BMKUserTrackingModeFollowWithHeading;

您尝试过其中任何一种吗? 您可以通过gogle翻译获得它:http://lbsyun.baidu.com/index.php?title=iossdk/guide/create-map/location

,然后阅读:http://lbsyun.baidu.com/index.php?title=ios-locsdk 您需要申请密钥才能使用定位