Using Runtime v200.8.1, .NET 8
Does the SDK have the capability of ingesting a map in the form of SQLite database?
Adding more context: Exported maps from TAK.GOV's WinTAK application are in SQLite. I have looked through the documentation and have implemented support for the different Raster formats in the app that my team is developing. I did not see anything that covers databases.
I'm not familiar with the data formats that WinTAK uses, but from a quick search it seems that they might be using OGC GeoPackages (which are written as SQLite databases, and would make sense as an open format).
So you could try the GeoPackage class in the Native Maps SDK, and take a look at this sample.
Let us know how that works.
I have passed on your information to my team. I'll let you know the outcome.
Thanks for the quick response.