The following members of class ArcGISRuntime are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Classes
(since Esri class | Bing |
Types
(since Esri enum class | Bing |
Classes
[since Esri::ArcGISRuntime 100.1, deprecated] class ArcGISRuntime::BingMapsLayer
This class is deprecated. We strongly advise against using it in new code.
A Bing maps layer displays map content from a Bing Maps web service, providing access to static map tiles and imagery meta-data. Map style and culture can be customized prior to loading the layer.
Functional characteristics
Bing maps require an API key from Microsoft. There are two ways to set this key:
- By providing an ArcGIS portal configured with a Bing Maps key. For more information, see "How to install a Microsoft Bing Key"
- By providing a Bing Maps key directly for this layer. For more information, see "Getting a Bing Maps Key"
A Bing maps layer will fail to load if it does not have a Bing map key or a Portal from where it can get the Bing map key. In this situation, you can set the key and call Loadable::retryLoad. To use the BingMapsLayer you must adhere to Microsoft's Mobile Brand Guidelines.
Bing maps layers do not support identify, query, selection, or time.
Performance characteristics
Bing maps layers perform similarly to other tiled layers. Raster tiles are fetched from Bing's servers on demand.
This class was introduced in Esri::ArcGISRuntime 100.1.
See also Layer.
Type Documentation
[since Esri::ArcGISRuntime 100.1, deprecated] enum class BingMapsLayerStyle
This enum is deprecated. We strongly advise against using it in new code.
Enumerates the types of layer styles for a Bing Maps layer.
The BingMapsLayerStyle can be one of:
| Constant | Value | Description |
|---|---|---|
Bing | -1 | Deprecated. Unknown Bing Maps layer style. |
Bing | 0 | Deprecated. Aeriel layer style. |
Bing | 1 | Deprecated. Hybrid layer style (aerial with labels). |
Bing | 2 | Deprecated. Road layer style. |
This enum was introduced in Esri::ArcGISRuntime 100.1.