我現在這個問題掙扎了幾個小時類型: 我試圖讓我的itemizedoverlay工作,但我不斷收到這錯誤: The method boundCenterBottom(Drawable) is undefined for the type
我的課: public MyDynamicItemizedOverlay(Drawable defaultMarker) {
super(bound
我想創建一個應用程序,它使用OSMDroid和mapoverlays與xml文件中的geoPoints,但我有一個問題。代碼編輯器不會顯示錯誤或警告,但是當我在模擬器中運行應用程序時,它顯示應用程序已停止工作。 這mapActivity的代碼: public class MapsActivity extends Activity implements LocationListener, MapVi