package icon

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.

Versions

Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that.

Download F-Droid
  • Version 3.1 (12) suggested Added on Oct 01, 2024

    This version requires Android 7.0 or newer.

    It is built by F-Droid and guaranteed to correspond to this source tarball.

    Permissions
    • access approximate location only in the foreground
      This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location.
    • view network connections
      Allows the app to view information about network connections such as which networks exist and are connected.
    • view Wi-Fi connections
      Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
    • read the contents of your shared storage
      Allows the app to read the contents of your shared storage.
    • read phone status and identity
      Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call.
    • run at startup
      Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
    • modify or delete the contents of your shared storage
      Allows the app to write the contents of your shared storage.
    • install shortcuts
      Allows an application to add Homescreen shortcuts without user intervention.

    Download APK 6.3 MiB PGP Signature | Build Log

  • Version 2.0.2 (5) - Added on Mar 30, 2013

    This version requires Android 2.3.3 or newer.

    It is built by F-Droid and guaranteed to correspond to this source tarball.

    Permissions
    • access approximate location only in the foreground
      This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location.
    • view network connections
      Allows the app to view information about network connections such as which networks exist and are connected.
    • view Wi-Fi connections
      Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
    • have full network access
      Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
    • read the contents of your shared storage
      Allows the app to read the contents of your shared storage.
    • read phone status and identity
      Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call.
    • run at startup
      Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
    • modify or delete the contents of your shared storage
      Allows the app to write the contents of your shared storage.
    • install shortcuts
      Allows an application to add Homescreen shortcuts without user intervention.

    Download APK 5.8 MiB PGP Signature | Build Log