Hi,
I have a requirement to create local server services for a map package and a tile package. I can instantiate a LocalMapService using a MPK. But I cannot find a way to instantiate LocalMapService (or any other service type) for a TPK. Only way seem to be to create a ArcGISTiledLayer using TileCache which can only work in Runtime MapView.
The requirement is to spin up a local server and services for a consumption in offline Javascript/HTML application (beyond my control). The JavaScript application will need to show basemap using TPK and business layers using MPK.
Is it possible?
Thanks,
Vish