iOS基於百度地圖的開發(1)——使用者當前位置

來源:互聯網
上載者:User

首先需要設定mapView的屬性:

self.mapView = [[[BMKMapView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)] autorelease];//我們動態建立一個MapView對象mapView.showsUserLocation = YES;//可以顯示使用者當前位置mapView.zoomEnabled = YES;//允許ZoommapView.scrollEnabled = YES;//允許ScrollmapView.mapType = BMKMapTypeStandard;//地圖類型為標準,可以為衛星,可以開啟或關閉交通mapView.delegate = self;//自身做代理

需要在地圖中央顯示使用者當前位置時的方法是:

[mapView setCenterCoordinate:mapView.userLocation.coordinate animated:YES];

根據需要,可以設定當前地圖的Zoom層級,例如:

[mapView setZoomLevel:15];

iOS基於百度地圖的開發(1)——使用者當前位置

iOS基於百度地圖的開發(2)——擷取POI

iOS基於百度地圖的開發(3)——地址搜尋

iOS基於百度地圖的開發(4)——路徑搜尋

iOS基於百度地圖的開發(5)——核心問題匯總

iOS基於百度地圖的開發(6)——google座標轉換成百度座標

iOS基於百度地圖的開發(7)——百度座標轉換成Google座標

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.