TileSource Constructor (String, Int32, Int32)

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Sub New ( _
    uriFormat As String, _
    minZoomLevel As Integer, _
    maxZoomLevel As Integer _
)
public TileSource(
    string uriFormat,
    int minZoomLevel,
    int maxZoomLevel
)
public:
TileSource(
    String^ uriFormat, 
    int minZoomLevel, 
    int maxZoomLevel
)
new : 
        uriFormat:string * 
        minZoomLevel:int * 
        maxZoomLevel:int -> TileSource

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

TileSource Class

TileSource Overload

Microsoft.Phone.Maps.Controls Namespace