The following members of class ArcGISRuntime are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Types
(obsolete) enum class | Basemap |
(obsolete) enum class | Portal |
(obsolete) enum class | Portal |
Type Documentation
enum class BasemapType
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The list of basemap types.
This is used to determine which basemap to use. In order to take advantage of geographically load balanced services and monitor usage with API keys or named users, use BasemapStyle.
Many of the basemaps in this enumeration are in Mature Support. More information can be found here: Lifecycle for Esri's hosted raster basemap services. Esri's Basemap Life Cycle Support Status can be found here: Basemaps Life Cycle Support Status. Use Esri::ArcGISRuntime::BasemapStyle instead, which also takes advantage of geographically load-balanced services and can monitor usage with API keys or named users.
The BasemapType can be one of:
Constant | Value | Description |
---|---|---|
Basemap | 0 | Imagery. Use Basemap |
Basemap | 1 | Imagery with labels. This basemap contains a reference layer that is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 2 | Streets. This basemap is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 3 | Topographic. This basemap is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 4 | Terrain with labels. This basemap is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 5 | Light gray canvas. This basemap is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 6 | National geographic. This basemap is in Mature Support and will no longer be updated. Use National Geographic Style Map. |
Basemap | 7 | Oceans. This basemap contains a reference layer that is in Mature Support and will no longer be updated. Use Basemap |
Basemap | 8 | Open Street Map. Use Basemap |
Basemap | 9 | Imagery with labels hybrid basemap. Use Basemap |
Basemap | 10 | Streets vector basemap. Use Basemap |
Basemap | 11 | Topographic hybrid basemap. Use Basemap |
Basemap | 12 | Terrain with labels hybrid basemap. Use Basemap |
Basemap | 13 | Light gray canvas vector basemap. Use Basemap |
Basemap | 14 | Navigation vector basemap. Use Basemap |
Basemap | 15 | Streets night vector basemap. Use Basemap |
Basemap | 16 | Streets with relief hybrid basemap. Use Basemap |
Basemap | 17 | Dark gray canvas vector basemap. Use Basemap |
Obsolete since Esri::ArcGISRuntime 100.14.
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PortalReadyState
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Enumerates possible readiness states of a portal. This type is deprecated in 100.14 and will be removed in a future release.
The PortalReadyState can be one of:
Constant | Value | Description |
---|---|---|
Portal | 0 | Portal is uninitialized. |
Portal | 1 | Portal is loading the results from a request. |
Portal | 2 | Last request failed. |
Portal | 3 | Last request completed successfully. |
Portal | 4 | Last request is aborting. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PortalStatus
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Enumerates portal status when publishing an item, adding an item in async mode, or adding with a multipart upload. This type is deprecated in 100.14 and will be removed in a future release.
The PortalStatus can be one of:
Constant | Value | Description |
---|---|---|
Portal | -1 | Unknown. |
Portal | 0 | For Add Item Multipart, when only a part is uploaded and the item is not committed. |
Portal | 1 | In progress. |
Portal | 2 | Process failed. |
Portal | 3 | Process completed successfully. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.