2015-08-20 53 views
-1

我想從地址獲取經度和緯度,因爲我打算使用GeoPoint,它說GeoPoint無法解析。我遇到了這個。 Cannot import GeoPoint但我沒有在Mac上的android studio找到任何項目屬性,它在哪裏?以及我如何從android x.x更改爲Google API?謝謝。在mac上的android studio中的項目屬性在哪裏?

+0

你能告訴我這個問題有什麼問題,而不是向下投票嗎? –

+0

[import com.google.android.maps.geopoint無法解析]的可能重複(http://stackoverflow.com/questions/12000024/import-com-google-android-maps-geopoint-cannot-be-resolved) –

+0

我剛剛在我的問題中使用了該鏈接。 –

回答

0

Android Studio與Eclipse不同。將Google Play服務依賴項添加到您的項目中。按照here提到的步驟操作。

+0

我包括谷歌播放服務編譯'com.google.android.gms:play-services:7.8.0',但它不能解決問題。 –

+0

那麼您必須使用Android Google Maps API V2。改爲使用'LatLng'對象。 – JanithaR

+0

謝謝!我只是用它。 :)。 –

相關問題