百度地图api - 百度地图的 iOS SDK 如何获得当前的位置详细地址字符串?
PHPz
PHPz 2017-04-17 17:35:32
0
1
323

didUpdateBMKUserLocation:(BMKUserLocation *)userLocation

这个方法中的BMKUserLocation,查看了其属性并么有那个地理位置的文字信息。

有人用过吧,请指教

PHPz
PHPz

学习是最好的投资!

reply all(1)
黄舟

Location only stores longitude and latitude. You need to query specific location information through reverse geography of longitude and latitude. Take a look at this class BMKReverseGeoCodeOption

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template