Version

GetTileLayers Method (OpenStreetMapTileSource)

Adds the URI for the specified tile to the given list.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub GetTileLayers( _
   ByVal tileLevel As Integer, _
   ByVal tilePositionX As Integer, _
   ByVal tilePositionY As Integer, _
   ByVal tileImageLayerSources As IList(Of Object) _
) 
protected override void GetTileLayers( 
   int tileLevel,
   int tilePositionX,
   int tilePositionY,
   IList<object> tileImageLayerSources
)

Parameters

tileLevel
The tile's hierarchy level.
tilePositionX
The tile's horizontal position.
tilePositionY
The tile's vertical position.
tileImageLayerSources
The output list of tile URIs.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also