mmpk - How to load in QML?

1673
1
07-07-2016 08:31 AM
MathanManohar
New Contributor III

Dear All,

I am new to QML. I would like to how to load mmpk.

I can able to load .TPK using ArcGISLocalTiledLayer. So what to use to load the mmpk.

MM

Tags (3)
0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Hi Mathan,

MMPKs are supported with our new release of ArcGIS Runtime, which is in Beta (we are calling this release the "Quartz" release). You can download it today, and open a MMPK that you published from Pro.

Here is where you can learn more about the beta - ArcGIS Runtime SDK for Qt | ArcGIS for Developers

And here is the API ref for MMPK with our Quartz release - MobileMapPackage QML Type | ArcGISQtQML Quartz

- Luke