- fix issue with hanging ui on clse when network is down

- add getters for rotation/compass enabled
- cleanups
This commit is contained in:
Hannes Janetzek
2013-02-04 14:50:11 +01:00
parent eace886f37
commit 76e1dcae7c
4 changed files with 68 additions and 111 deletions

View File

@@ -15,7 +15,6 @@
*/
package org.oscim.database;
import org.oscim.generator.JobTile;
/**
@@ -57,7 +56,8 @@ public interface IMapDatabase {
/**
* Closes the map file and destroys all internal caches. Has no effect if no
* map file is currently opened.
* map file is currently opened. Should also force to close Socket so that
* thread cannot hang in socket.read
*/
public abstract void close();