BingMetaInfo Constructor (BingImagerySet, BingMapVersion, String) |
Initializes a new instance of the
BingMetaInfo class and sets the imagery set, map version and Bing license key.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public BingMetaInfo(
BingImagerySet imagerySet,
BingMapVersion mapVersion,
string key
)
Public Sub New (
imagerySet As BingImagerySet,
mapVersion As BingMapVersion,
key As String
)
public:
BingMetaInfo(
BingImagerySet imagerySet,
BingMapVersion mapVersion,
String^ key
)
new :
imagerySet : BingImagerySet *
mapVersion : BingMapVersion *
key : string -> BingMetaInfo
Parameters
- imagerySet
- Type: Ptv.XServer.Controls.Map.TileProvidersBingImagerySet
Type of map content which is requested. - mapVersion
- Type: Ptv.XServer.Controls.Map.TileProvidersBingMapVersion
Map version which is to be used. - key
- Type: SystemString
Microsoft license key for using Bing.
See Also