didUpdateBMKUserLocation:(BMKUserLocation *)userLocation
这个方法中的BMKUserLocation,查看了其属性并么有那个地理位置的文字信息。
有人用过吧,请指教
学习是最好的投资!
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
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