[]
Creates a new instance of VirtualEarthSource.
protected VirtualEarthSource(string uriFormat, string key)
Protected Sub New(uriFormat As String, key As String)
| Type | Name | Description |
|---|---|---|
| string | uriFormat | Uri format with placeholders for server number and tile id. |
| string | key | Bing Maps Key. |
Creates a new instance of VirtualEarthSource.
protected VirtualEarthSource(string uriFormat)
Protected Sub New(uriFormat As String)
| Type | Name | Description |
|---|---|---|
| string | uriFormat | Uri format with placeholders for server number and tile id. |