ArcGIS API for Windows Phone - Library Reference
GetTileSource Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TiledMapServiceLayer Class : GetTileSource Method

level
The level.
row
The row.
col
The col.
onComplete
The on complete.
Gets the tile source.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub GetTileSource( _
   ByVal level As Integer, _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal onComplete As Action(Of ImageSource) _
) 
C# 
protected override void GetTileSource( 
   int level,
   int row,
   int col,
   Action<ImageSource> onComplete
)

Parameters

level
The level.
row
The row.
col
The col.
onComplete
The on complete.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.