[]
        
(Showing Draft Content)

C1.WPF.Maps.VirtualEarthSource.-ctor

VirtualEarthSource Constructor

VirtualEarthSource(string, string)

Creates a new instance of VirtualEarthSource.

Declaration
protected VirtualEarthSource(string uriFormat, string key)
Parameters
Type Name Description
string uriFormat

Uri format with placeholders for server number and tile id.

string key

Bing Maps Key.

VirtualEarthSource(string)

Creates a new instance of VirtualEarthSource.

Declaration
protected VirtualEarthSource(string uriFormat)
Parameters
Type Name Description
string uriFormat

Uri format with placeholders for server number and tile id.