TileSource.UriFormat Property

Bing
 

Gets or sets the format used to create the URI.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public string UriFormat { get; set; }

Property Value

Type: System.String

Returns String.

The following markers may be present in the string.

{quadkey} The string in the UriFormat that will be replaced with a quad key.

{UriScheme} The string in the UriFormat that will be replaced with a URI scheme.

{subdomain} The string in the UriFormat that will be replaced with the sub domain.

Return to top
Show: