Map Render Blanks #854
Answered
by
devemux86
firdauskz01
asked this question in
Q&A
-
Hi, I'm trying to compile on Android SDK 29, but I got white blank. This my code :
and this is my manifest
and this is my app.build gradle
this is the result perhaps I'm missing something? Please help me |
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Jun 21, 2021
Replies: 1 comment 11 replies
-
See the getting started example (and integration guide). And compare your code with the various samples in vtm-android-example. You cannot use vector features on bitmap tile sources (see the BitmapTileActivity sample). |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the getting started example (and integration guide).
And compare your code with the various samples in vtm-android-example.
You cannot use vector features on bitmap tile sources (see the BitmapTileActivity sample).