WorldMap

Display a world map
AppID:com.sigseg.android.worldmap
Author:Unknown
License:Apache-2.0
Donation:
InRepoSince:2013-03-30
LastRepoUpdate:2013-03-30
LastAppUpdate:Unknown
LastVersion:2.0.2
Categories:Science & Education
APK source:
Google Play:Check if it's there
icon 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.
Download Source Issues
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages

Version 2.0.2 (2013-03-30)

Android Versions:
  • Target: 4.1
  • MinVer: 2.3.3

Download (5.8 M)