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?
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
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?