Offline maps solution?

Hello! I’m creating an app with features working 100% offline. One feature is an offline map and since MapView is based on native maps loaded online, I need an alternative solution for this. Obvious method is to use preloaded images as map tiles, but are there any other workarounds?

None I’m aware of at least. @bolav once did something about local map tiles, but that’s about it.