Click or drag to resize

BingMetaInfo Class

Meta information which can be requested for a bing map.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersBingMetaInfo

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 BingMetaInfo

The BingMetaInfo type exposes the following members.

Constructors
  NameDescription
Public methodBingMetaInfo
Initializes a new instance of the BingMetaInfo class.
Public methodBingMetaInfo(BingImagerySet, BingMapVersion, String)
Initializes a new instance of the BingMetaInfo class and sets the imagery set, map version and Bing license key.
Top
Properties
  NameDescription
Public propertyImageUrl
Gets or sets the url of the map image.
Public propertyImageUrlSubDomains
Gets or sets the set of subdomains of the image url.
Public propertyKey
Gets or sets the Microsoft Bing maps license key.
Public propertyLogoUri
Gets or sets the uri of the logo.
Public propertyMaxZoom
Gets or sets the maximum zoom level of the bing map where tiles are available.
Public propertyMinZoom
Gets or sets the minimum zoom level of the bing map where tiles are available.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also