Open and display a scene from a Mobile Scene Package (.mspk).
When the sample opens, it will automatically display the Scene in the Mobile Map Package.
- Create a
MobileScenePackage
using the path to the local .mspk file. - Use
MobileScenePackage.IsDirectReadSupportedAsync
to check whether the package can be read in the archived form (.mspk) or whether it needs to be unpacked. - If the mobile scene package requires unpacking, call
MobileScenePackage.UnpackAsync
. - Call
MobileScenePackage.Load
. - When the
MobileScenePackage
is loaded, obtain the firstScene
from theScenes
property. - Display the scene in a SceneView.
- MobileScenePackage
- SceneView
The following items will be downloaded from ArcGIS Online automatically:
- Philadelphia MSPK - Philadelphia mobile scene package authored in ArcGIS Pro
This mobile scene package was authored with ArcGIS Pro.
An .mspk file is an archive containing the data used to display an offline 3D scene. Some mobile scene packages have data that must be unpacked before reading.
Offline, Scene