在Google maps v1中,您可以通過overlayItem.getfocus()知道哪些焦點overlayItem。如何在Google maps v2中替換overlayItem.getfocus()
mPlaceOverlay = new ItemizedOverlay(icon, mMapView, this);
OverlayItem myFocusOverlayItem = null;
myFocusOverlayItem = mPlaceOverlay.getFocus();
但是現在在Google maps v2中我不知道哪個是marker.I希望有人能幫助我!
但現在,如何在谷歌做overlayItem.setFocus()地圖v2? – Cabezas
我知道,mMarketClick.showInfoWindow();.謝謝。 – Cabezas