TileSource Members

This documentation is no longer available on MSDN, however it is available as a CHM download.

Retrieves the URI for a tile based on its zoom level and tile position.

The following tables list the members exposed by the TileSource type.

Public Constructors

  Name Description
TileSource Overloaded. Initializes a new instance of the TileSource class.

Top

Public Fields

  Name Description
public fieldstatic QuadKeyUriFragment Specifies the piece of the URI that is the quad key.
public fieldstatic SubdomainUriFragment Specifies the piece of the URI that is the sub-domain.
public fieldstatic UriSchemeUriFragment Specifies the pieces of the URI that is the URI scheme.

Top

Public Properties

  Name Description
public property UriFormat Gets or sets the format used to create the URI.
public property Visibility Gets or sets the visibility of the tile.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetSubdomain Retrieves the sub-domain for the tile identified by the specified quad key.
public method GetType  (inherited from Object)
public method GetUri Retrieves the URI for the tile specified by the given x, y coordinates and zoom level.
public method SetSubdomains Sets a matrix that represents sub-domains.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method OnPropertyChanged Enables the ability to provide custom handling when a property of the tile source changes.

Top

Public Events

  Name Description
public event PropertyChanged Occurs when a property of the tile source changes.

Top

See Also

Reference

TileSource Class
Microsoft.Maps.MapControl Namespace

Other Resources

Adding Tile Overlays to the Map