Click or drag to resize

BingTiledProvider Class

Tile provider delivering Bing maps images of specified tiles.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersBingTiledProvider

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

The BingTiledProvider type exposes the following members.

Constructors
  NameDescription
Public methodBingTiledProvider
Initializes a new instance of the BingTiledProvider class.
Top
Properties
  NameDescription
Public propertyCacheId
Gets the url of the image as string.
Public propertyMaxZoom
Gets the maximum zoom level of the map where tiles are available.
Public propertyMinZoom
Gets the minimum zoom level of the map where tiles are available.
Public propertyUserAgent
Gets or sets the value of the user agent HTTP header.
Top
Methods
  NameDescription
Public methodGetImageStream
Retrieves the image of a certain map tile and returns it as image stream.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also