None 10 10月 2021 Google Map LatLngからPlaceIdを取得する 写真などの詳細情報を取得するには、位置の座標ではなく、Place IDが必要になっています。例えば駅のPlace IDは以下のようにして取得できます。 implementation 'com.google.maps:google-maps-services:1.0.0' val apiContext… 続きを読む
None 28 9月 2021 Google Map V3 ベータ版は非推奨!現行バージョンを使おう! Google: As of the date of this release note, the Maps SDK for Android Beta (versions 3.0.0 and 3.1.0) client library is deprecated. V3ベータ版の打ち切りがアナウンスさ… 続きを読む
None 19 6月 2021 grpc failed at android.location.Geocoder.getFromLocationName エラーに対処する Androidアプリのテスト中に、キーワードから位置検索しようとすると、エミュレータがエラーを吐いて検索できない事があります。 W/System.err: java.io.IOException: grpc failed at android.location.Geocoder.getFromLoc… 続きを読む