Skip to content

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::ArcGISRuntime 100.1, deprecated) class BingMapsLayer

Types

(since Esri::ArcGISRuntime 100.1, deprecated) enum class BingMapsLayerStyle { Unknown, Aerial, Hybrid, Road }

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:

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:

ConstantValueDescription
BingMapsLayerStyle::Unknown-1Deprecated. Unknown Bing Maps layer style.
BingMapsLayerStyle::Aerial0Deprecated. Aeriel layer style.
BingMapsLayerStyle::Hybrid1Deprecated. Hybrid layer style (aerial with labels).
BingMapsLayerStyle::Road2Deprecated. Road layer style.

This enum was introduced in Esri::ArcGISRuntime 100.1.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.