Android アプリケーション用にこのアクティビティを作成しました。
http://developer.android.com/resources/tutorials/views/hello-mapview.html
MapActivity OnTouch を終了したいのですが、やり方がわかりません。
HelloItemizedOverlay クラスでこれを試しましたが、機能しません: (マップビューを使用して GeoPoint の座標を取得しています!)
public boolean onTouchEvent(MotionEvent event, MapView mapView) {
finish();
}
どうもありがとう!