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.

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

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

  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

(see also Protected Methods)
 NameDescription
public methodEquals  (inherited from Object)
public methodGetHashCode  (inherited from Object)
public methodGetSubdomainRetrieves the sub-domain for the tile identified by the specified quad key.
public methodGetType  (inherited from Object)
public methodGetUriRetrieves the URI for the tile specified by the given x, y coordinates and zoom level.
public methodSetSubdomainsSets a matrix that represents sub-domains.
public methodToString  (inherited from Object)
Top

  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

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