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.
LinearLayout の中に id=test_map があります。ユーザーが地図をタップしたときに経度と緯度を取得する方法は? event からこれを読み取ることができる関数はどれですか?
Overlay を拡張してメソッドをオーバーライドし、メソッドをオーバーライドします boolean onTap(GeoPoint p, MapView mapView)。p には座標が含まれます。
boolean onTap(GeoPoint p, MapView mapView)
新しく作成されたオーバーレイの使用を追加するにはmapView.getOVerlays().add(myOverlay);
mapView.getOVerlays().add(myOverlay);