[VTM] offline map loading failure, tileSource.getMapInfo() returning null #1118
-
void loadMap(File areaFolder) {
mapCenter.getLongitude(), 1 << 17); //mapFile exists and is a valid file |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
See the MapsforgeActivity where the map info is used and works. |
Beta Was this translation helpful? Give feedback.
-
i used the latest version(0.21.0) also still the same error comes, also this is and android application. |
Beta Was this translation helpful? Give feedback.
-
these examples work with uri and setMapFileInputStream, but i dont want to use these. |
Beta Was this translation helpful? Give feedback.
See the MapsforgeActivity where the map info is used and works.