Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
vsbc14 created page: tiles provider
authored
Dec 14, 2015
by
Vytor Calixto
Show whitespace changes
Inline
Side-by-side
tiles-provider.md
0 → 100644
View page @
b79709c2
# TilesProvider
---
## Construtores Públicos
|Construtor|
|----|
|TilesProvider(String db)|
|TilesProvider(Context context)|
## Métodos Públicos
|Retorno|Método|Descrição|
|------|-----|----|
|void|fetchTiles(Rect rect, int zoom)|Faz o fetch dos tiles no SQLite|
|Hashtable
<String
,
Tile
>
|getTiles()|Retorna uma Hashtable com as tiles|
|void|close()|Encerra a conexão com o banco de dados|
|void|clear()|Limpa as tiles buscadas|
\ No newline at end of file