TileSource.GetSubdomain Method (QuadKey)
Retrieves the sub-domain for the tile identified by the specified quad key.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public virtual string GetSubdomain(
QuadKey quadKey
)
public:
virtual String^ GetSubdomain(
QuadKey quadKey
)
abstract GetSubdomain :
quadKey:QuadKey -> string
override GetSubdomain :
quadKey:QuadKey -> string
Public Overridable Function GetSubdomain (
quadKey As QuadKey
) As String
Parameters
- quadKey
Type: Microsoft.Maps.MapControl.WPF.Core.QuadKey
Return Value
Type: System.String
Returns String.
See Also
TileSource Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top