Multi Map Sample

As proposed in #194
This commit is contained in:
Marvin W
2016-10-02 19:27:27 +02:00
parent 311886e23b
commit e57bacb957
4 changed files with 117 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
<activity
android:name=".BitmapTileMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".MultiMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name=".JeoIndoorMapActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />