我为一个 android 应用程序创建了这个活动:
http://developer.android.com/resources/tutorials/views/hello-mapview.html
现在我想完成 MapActivity OnTouch,但我不知道该怎么做。
我已经在 HelloItemizedOverlay 类上尝试过,但不起作用:(我正在使用 mapView 来获取 GeoPoint 的坐标!)
public boolean onTouchEvent(MotionEvent event, MapView mapView) {
finish();
}
非常感谢!