World Map

3.7
18.3K reviews
1M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

WorldMap is a simple Android app that displays a map of the world taken from Wikimedia (http://upload.wikimedia.org/wikipedia/commons/3/33/Physical_Political_World_Map.jpg), and allows the user to scroll around on it.

The map itself is quite large (6480,3888), so it's way too big to fit in memory all at once (6480 x 3888 x 32 / 8) = 100,776,960 -- over 96 megs. The VM heap size Android supports is eith 16 or 24 megs, so we can't fit the whole thing in memory at once.

So WorldMap uses the BitmapRegionDecoder API (available as of API 10) to decode just what it needs to display.

WorldMap is open source, and the source code is here: https://github.com/johnnylambada/WorldMap
Updated on
Dec 8, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.8
17K reviews
A Google user
January 14, 2020
Decent, a map and nothing more. The countries and continents are sized to their proper dimensions however. Africa far outstrips Greenland for example. But aside from major cities and political boundaries, don't expect anything else from this app.
360 people found this review helpful
Did you find this helpful?
Jobby David
October 20, 2022
I like the graphics,its clear. A bit more improvement on the zooming in would be better because when zoomed in closer, some names are blurry and hard to read. šŸ‘šŸ»
90 people found this review helpful
Did you find this helpful?
Bruce Cunningham
July 1, 2021
I'm not a phone or computer person but I do like to look at the world map I like how easy it is to use I like to be able to pull up the roads and I like to be able to see the buildings the roads it's been very helpful even in the area which I live some of the functions I can't use very well but that's because I'm not a phone or computer savvy person other than that I think it's a good app
157 people found this review helpful
Did you find this helpful?

What's new

Update build tools & API to latest