Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mapView から設定したピクセルから座標を取得したい。
このコードでは座標を取得しますが、次の領域用です。
mapView.getProjection().fromScreenLocation(point);
Google マップ API v2 の使用を検討し、単純なマップビューの代わりにフラグメントを使用する必要があります。必要な情報はこちらです。
https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/LocationSource
お役に立てれば幸いです