I'm not able to load a lokal TilePackage with the following code
...
property url dataPath: System.userHomePath + "/ArcGIS/Runtime/Data/"
...
Map { id: map
Basemap { id: basemap
ArcGISTiledLayer { id: basemapLayer
url: dataPath + "tpk/SanFrancisco.tpk"
}
....
Is there something wrong or missing in the code above?