public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); MapView map = new MapView(this, "[Android Maps API Key]"); map.setEnabled(true); map.setClickable(true); setContentView(map); // 画像を地図上に配置するオーバーレイ Bitmap bmp = BitmapFac... > このページを見る
最終更新時間:
2008年10月30日14時43分








