Click or drag to resize

BingExtensions Class

Holds extension methods for adding a Microsoft Bing layer to the map.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersBingExtensions

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static class BingExtensions

The BingExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddBingLayer(WpfMap, String, Int32, String, BingImagerySet, BingMapVersion, Boolean, Double, BitmapImage)
Extension method which adds a Microsoft Bing layer to the map.
Public methodStatic memberAddBingLayer(WpfMap, String, Int32, String, BingImagerySet, BingMapVersion, Boolean, Double, BitmapImage, Panel)
Extension method which adds a Microsoft Bing layer to the map.
Public methodStatic memberRemoveBingLayer
Extension method which removes a Microsoft Bing layer from the map.
Top
See Also