試圖在mapkit地圖上繪製東西,但我的lat和lng被傳入正在改變?MapkIt座標被改變
我傳遞了39.34343的經度,它變成了7.33121668909306e-304?
我在做什麼錯?
CLLocationCoordinate2D coordinate;
coordinate.latitude = *(thing.lat);
coordinate.longitude = *(thing.lng);
如果我 「寶coordinate.latitude」 上面的代碼後,我得到7.33121668909306e-304
你需要展示一下'thing'是,和它是如何'設置lng'。 – 2013-05-02 20:43:46