cllocationdistance

    5熱度

    2回答

    在發佈here的問題,用戶問: 我有一個數組全經度和緯度的。我有兩個雙重變量與我的用戶位置。我想測試我的用戶位置與陣列之間的距離,以查看哪個位置最接近。我該怎麼做呢? 這將得到2個位置之間的距離,但拼圖理解我將如何對陣位置進行測試。 對此,他得到了下面的代碼: NSArray *locations = //your array of CLLocation objects CLLocation *

    1熱度

    1回答

    嗨,我想調用web服務,只要有50米的位置變化(不低於此)。我嘗試過使用重大更改,但它至少可以工作500米,並且startupdatelocations會一直調用。那麼我如何檢測設備是否從位置移動了50或100米。 我已經使用距離過濾器爲50米,如許多計算器問題中所述。但它沒有工作前移動到50米我得到了設備的位置更新。 iphone core location: distance filter h

    0熱度

    2回答

    一旦我們請求座標。我們怎麼知道這個位置在紐約或洛杉磯?或者既不? 我們如何計算它? 我不知道該怎麼做。任何幫助請 P.S .:反向地理編碼將座標轉換爲名稱。但這不是我的問題。我在問我們怎麼知道這個位置是在一個城市內或不在?是通過比較由反向地理編碼生成的字符串,導致它聽起來「容易出錯」給我

    0熱度

    2回答

    我想要從我的Currentlocation到FireData Base中的註釋的距離。 。我試圖使它字,但我不能(我想有一個變種這兩個位置之間的距離,我希望你們能幫助我 func reload(){ //get data Database.database().reference().child("Rollerbanken").observe(.value, with: { (

    0熱度

    1回答

    我有一個數組,每秒鐘在我的位置數組中實現新的座標。我試圖將每個位置點之間的距離加起來,並將這個過程作爲新座標實現到數組中。 我想用CLLocationDistance功能 爲例: var Array = [Double](-1.0, 1.0, -2.0, 2.0, -3.0, 3.0) 現在我知道我可以使用: let Distance = (Latitude:-1.0, Longitude:1

    0熱度

    2回答

    double lat1 = coordinate1.latitude * M_1_PI/180; double lat2 = coordinate2.latitude * M_1_PI/180; double lon1 = coordinate1.longitude * M_1_PI/180; double lon2 = coordinate2.longitude * M_1_PI/180;

    0熱度

    1回答

    我在地圖上有一個自定義路線,並且想要獲得MKMapView上兩個座標之間的距離。下面是 我已經抓住了座標點,並準備了CLLocationCoordinate2D陣列(比如,customRoute = [CLLocationCoordinate2D])到目前爲止,我已經做的步驟...。 要顯示路線,使用座標數組,我使用MKOverlay方法繪製了MKPolyline。 並使用distanceFrom

    0熱度

    1回答

    我已經實現了下面的代碼,通過使用CLLocationDistance方法添加(積累)所有點對點距離來計算gps使用中的總距離。我創建了一個計數器(_locManagerIteration),在第一次迭代中,我將第一個locationManager對象複製到了我的pastCoordinate屬性。在每次下一次迭代時,我使用CLLocationDistance方法來計算pastCoordinate對象

    3熱度

    2回答

    我使用NSLengthFormatter類來格式化用戶和某個目標之間的距離。 CLLocation *userLocation; //<- Coordinates fetched from CLLocationManager CLLocation *targetLocation; //<- Some location retrieved from server data CLLocation

    1熱度

    1回答

    我一直在嘗試顯示tableView上的距離,但我無法讓它發生。這個問題跟隨這個問題:CLLocationDistance conversion。我檢查了距離。在我Location類使用此功能: // Get distance func distance(to location: CLLocation) -> CLLocationDistance { return location.di