Android Map V2标记上的多个事件

时间:2013-06-02 17:55:16

标签: android google-maps-markers android-maps-v2

感谢方法SetOnInfoWindowClickListener,我在我的GoogleMap上放了一个Listener,然后我想用“On Info Window Click”来管理我的Google Map的每个标记的新活动开放。我的问题是该方法只能为我的所有GoogleMap管理1个标记,而不是管理不同的标记。

有代码:

public void onInfoWindowClick(Marker marker) {
           Intent intent = new Intent(MapActivity.this,OtherActivity.class);
           startActivity(intent);

}

任何人都有这个问题的答案吗?

感谢。

0 个答案:

没有答案