WorldMap
Display a world map
WorldMap is a simple Android app that displays
a map of the world taken from Wikimedia and allows the user to scroll around on
it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
here)
The map itself is quite large (6480x3888), so it's way too big to fit in memory
all at once (over 48MB). The VM heap size Android supports is either 16 or 24
megs, so we can't fit the whole thing in memory at once. To overcome this,
WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3) to
decode just what it needs to display. The app can also serve as a viewer for
arbitrary images opened via a (3rd-party) file manager.
a map of the world taken from Wikimedia and allows the user to scroll around on
it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
here)
The map itself is quite large (6480x3888), so it's way too big to fit in memory
all at once (over 48MB). The VM heap size Android supports is either 16 or 24
megs, so we can't fit the whole thing in memory at once. To overcome this,
WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3) to
decode just what it needs to display. The app can also serve as a viewer for
arbitrary images opened via a (3rd-party) file manager.
- 授權條款: Apache License 2.0
- 問題追蹤系統
- 原始碼
- 構建中介資料
- 可重現構建狀態
版本
雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。
下載 F-Droid-
此版本需要 Android 7.0 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 2.3.3 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。