Closed Psijic closed 1 year ago
As seen in the integration guide, the online tiles need some extra dependencies.
Many users are only interested in offline maps, which do not need these extra dependencies.
OkHttpEngine
class is only 80 strings with imports and OkHttp
is already used by Vtm. Looks like proguard
should make this addon size negligible.
I see, the map loading is not working if you skip
.httpFactory(OkHttpEngine.OkHttpFactory(builder))
. Currently I copy-pasted this file from thevtm-parent
sample, but could you include the default factory in the library?