1
需要移動到當前位置Esri地圖當用戶單擊當前位置按鈕時。我試圖找出,但無法找到任何關於它的ESRI的地圖在Esri地圖中點擊位置按鈕時移動到當前位置
我下面的代碼,但它不工作
//MARK:
//MARK: current location button clicked
func btnCurLoc_Clicked(_ sender:UIButton)
{
arcGISMapView.locationDisplay.startDataSource()
}