I know that there are some Android map libraries that can display based on vector tiles from OSM (* .map, etc.). But I did not find a single library that has only the ability to graphically visualize vector tiles and returns it as a TileProvider to Google maps api v2 for Android.
For offline bitmap fragments: I know how to do this for bitmap fragments (osmdroid jpg files). Good and working example: TileProvider using local fragments .
Does anyone know where to find this for vector tiles?
Regards, Toni
android vector maps google-maps google-maps-android-api-2
toni
source share