第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

道路數(shù)據(jù)主要指的是 xxxxx道、xxxx路、xxxx街 ?請問該怎么實(shí)現(xiàn)?

道路數(shù)據(jù)主要指的是 xxxxx道、xxxx路、xxxx街 ?請問該怎么實(shí)現(xiàn)?

慕少森 2022-12-16 17:13:01
Android中,也就是說java實(shí)現(xiàn),在百度地圖定位位置后,怎么根據(jù)定位位置(可以有經(jīng)緯度)獲取附近的道路數(shù)據(jù)
查看完整描述

1 回答

?
蕭十郎

TA貢獻(xiàn)1815條經(jīng)驗(yàn) 獲得超13個(gè)贊

要先設(shè)置代理的

self.mapView.delegate = self;
[self.mapView setShowsUserLocation:YES];

這樣以后你再看就可以在 - (void)mapViewDidStopLocatingUser:(BMKMapView *)mapView{} 監(jiān)聽了

比如移動(dòng)到當(dāng)前位置:

//定位完成后,移動(dòng)到當(dāng)前位置
- (void)mapView:(BMKMapView *)mapView didUpdateUserLocation:(BMKUserLocation *)userLocation{
CLLocationCoordinate2Dcoor;
coor.latitude = self.mapView.userLocation.coordinate.latitude;
coor.longitude = self.mapView.userLocation.coordinate.longitude;
[self.mapViewsetCenterCoordinate:coor animated:YES];
}

查看完整回答
反對 回復(fù) 2022-12-18
  • 1 回答
  • 0 關(guān)注
  • 170 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號