2013-02-25 95 views

回答

17

它基本上的this question相反,例如:

GMSMapView* mapView = ...; 
CLLocationCoordinate2D coordinate = ...; 
... 
CGPoint point = [mapView.projection pointForCoordinate: coordinate]; 
0

好的,根據你的問題,你想將用戶位置轉換成cgpoint,是.. 嘗試使用這個。

CGPoint newCenter = [self.map convertCoordinate:coord toPointToView:self.map]; 

問候。

+0

號,這不是我想要的。 – Mecid 2013-02-25 12:30:50

+0

我需要從地圖上的userlocation獲取CGPoint的窗口。 – Mecid 2013-02-25 12:31:23

+0

抱歉,我第一次沒有收到您的問題,如果您要求將用戶位置座標轉換爲cgpoint,那麼有一種方法,我編輯了我的代碼。希望能幫助到你。 – 2013-02-26 14:50:32

相關問題