-
I would like to check whether the map was imported correctly via but I don't understand how and in what position to insert it, because if I add it after
|
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Mar 23, 2024
Replies: 1 comment 1 reply
-
To check if a map file is valid, can use something like this: open / close it. To load map files see the GettingStarted or MapsforgeActivity examples. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To check if a map file is valid, can use something like this: open / close it.
To load map files see the GettingStarted or MapsforgeActivity examples.
(with a try / catch)