icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Question. Is there a support of offline maps? #65

Open doubush opened 3 years ago

doubush commented 3 years ago

I can not see in your docs if this library supports offline maps on android and ios . is it possible? I already have maps (OSM tiles) stored in .sqlite files. For different regions supported by my android app. I use osmdroid library for that app and ot works fine with .sqlite stored maps Is there a way to use offline maps with moko-maps and can i reuse my .sqlite sources for it?

Alex009 commented 2 years ago

moko-maps is just wrapper for GoogleMaps and MapBox. from common code you can't load any stored maps. on platform side, you can do it if GoogleMaps or MapBox support it