Home > MBTilesDroidSpitter

MBTilesDroidSpitter

MBTilesDroidSpitter is a project mainly written in Java, it's free.

Android librairy for reading MBtiles map format (sqlite based)

Overview

Read an SQLite' database <http://www.sqlite.org/> formatted as MBtiles file format <http://mapbox.com/documentation/mbtiles-file-format>.

See https://github.com/djcoin/MBTilesDroidSpitterExampleSimple for an example of use and how to make your SQLite database Android compatible.

Features

  • Load the database using a full path
  • Load a tile given its x, y, z parameter as a Bitmap or Drawable (return null if no tile found)
  • Load metadata of the table given it's version number. Ensure failure if the given metadata table does not respect the spec

Contributors