/MBTilesDroidSpitter

Android librairy for reading MBtiles map format (sqlite based)

Primary LanguageJava

Overview

Read an SQLite' database formatted as 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