MobileBasemapLayer QML Type
A layer that can display the basemap layer of a map from mobile map package. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- path : string
- subLayerIds : list<string>
Signals
Detailed Description
A MobileBasemapLayer represents a layer that can visualize feature data in a vector basemap of a mobile map package (.mmpk file). It represents multiple feature layers from a geodatabase which are rendered together in a group to form a vector basemap.
A mobile basemap layer can render feature, tiled, vector tiled, and raster data together in a group as a single basemap layer. This layer abstracts the complexity of multiple layers into one simple-to-use layer.
You can create a basemap layer using ArcGIS Pro and package it, along with its map, into a mobile map package (.mmpk) for use offline. Each package may contain one or more maps, each of which can contain a basemap with basemap layers.
If a basemap layer contains features, they will be stored in a compressed format that can be displayed quickly along with any associated labels. This compressed format does not support feature selection, query, identify, or time.
See sample: OpenStreetMap layer
See also Layer, LayerContent, WebTiledLayer, Loadable, and Cancelable.
Property Documentation
path : string |
The path of the MobileBasemapLayer relative to the mobile map package (.mmpk
file).
subLayerIds : list<string> |
The list of IDs of this layer's sublayers.
This property can be retrieved after the MobileMapPackage is loaded.
Signal Documentation
pathChanged() |
Emitted when the path property changes.
Note: The corresponding handler is onPathChanged
.
subLayerIdsChanged() |
Emitted when the subLayerIds property changes.
Note: The corresponding handler is onSubLayerIdsChanged
.