Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 775 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 775 Bytes

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