org.oscim.layers.vector.geometries package not available? #930
-
Hi, I'm building an Android app using VTM and I my implementation 'org.mapsforge:vtm-android:0.17.0'
implementation 'org.mapsforge:vtm-android:0.17.0:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android:0.17.0:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android:0.17.0:natives-x86'
implementation 'org.mapsforge:vtm-android:0.17.0:natives-x86_64'
implementation 'org.mapsforge:vtm-gdx:0.17.0'
implementation 'org.mapsforge:vtm-android-gdx:0.17.0'
implementation 'org.mapsforge:vtm-android-gdx:0.17.0:natives-armeabi-v7a'
implementation 'org.mapsforge:vtm-android-gdx:0.17.0:natives-arm64-v8a'
implementation 'org.mapsforge:vtm-android-gdx:0.17.0:natives-x86'
implementation 'org.mapsforge:vtm-android-gdx:0.17.0:natives-x86_64'
implementation 'com.badlogicgames.gdx:gdx:1.9.10'
implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.10'
implementation 'com.caverock:androidsvg:1.4' I'm trying to draw dashed lines on the map, but Android Studio cannot find the I have also tried to work with Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
See the integration guide. For Android you need the sections: For advanced overlays you need: |
Beta Was this translation helpful? Give feedback.
-
Thanks, its working now. Could you please explain what the |
Beta Was this translation helpful? Give feedback.
-
See the render theme schema, it contains style documentation. |
Beta Was this translation helpful? Give feedback.
See the integration guide.
For Android you need the sections:
For advanced overlays you need: