Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am currently looking at the various libraries that I can use to show a map in my custom Android App. I have found several like Mapsforge, OSMDroid, ArcGIS runtime for Android, Google Maps for Android and so on. I'm sure that I am missing a few.

Is there a comparison chart somewhere about the differences in functionalities and pros and cons of each one?

If there isn't one, we could make this question community wiki, to serve alongside Comparison of Open Source Desktop GIS Packages & Comparison of JavaScript mapping libraries.

share|improve this question
Are there any open source options that support multiple CRS (i.e. not just web mercator)? – BradHards Dec 20 '12 at 19:50
@BradHards As far as I know, only QGIS on android can do it, but it is still in a very early stage. – Devdatta Tengshe Dec 21 '12 at 14:14

1 Answer

Here are the results of my brief research on this Issue:

  1. ArcGIS runtime for Android. Seems to be oriented towards showing ArcGIS Server's Mapservices. It can show data in an offline mode, by storing tiles in the compact cache storage format, or by using tile packages.

  2. OSMDroid A component which can be used to show data from Open Street Maps when on-line, and can use tiles for off-line access. It is a raster based option, and you can use Mobile Atlas creator to create tiles from pretty much any WMS service.

  3. MapsForge An excellent library for rendering OSM data on the fly. It has a special optimized tile format, and it's rendering performance is quite good.

  4. Google Maps Android API This is the default mapView in Android, and uses the data from Google Maps. As far as I am aware, it is not possible to use this in off-line mode.

share|improve this answer
TileMill MBtile could used for offline tiles , geospatialscott.blogspot.com/2012/04/… – geogeek Dec 22 '12 at 0:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.