Does anyone know how to add a vector tile package (VTPK) to a map using 'arcpy'? I have tried a variety of different syntaxes but my Python code always errors out whether I use the 'addLayer' method or 'addDataFromPath' method.
I have about 500+ VTPK files that I need to 'merge' together and what I'm thinking of doing is creating a mobile map package (MMPK) once I can get them added to a map in an automated way.
Thanks in advance for your help.