TileSource Constructor (String, LocationRectangle, Int32, Int32)
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Syntax
'Declaration
Public Sub New ( _
uriFormat As String, _
boundingRectangle As LocationRectangle, _
minZoomLevel As Integer, _
maxZoomLevel As Integer _
)
public TileSource(
string uriFormat,
LocationRectangle boundingRectangle,
int minZoomLevel,
int maxZoomLevel
)
public:
TileSource(
String^ uriFormat,
LocationRectangle^ boundingRectangle,
int minZoomLevel,
int maxZoomLevel
)
new :
uriFormat:string *
boundingRectangle:LocationRectangle *
minZoomLevel:int *
maxZoomLevel:int -> TileSource
Parameters
- uriFormat
Type: System.String
- boundingRectangle
Type: Microsoft.Phone.Maps.Controls.LocationRectangle
- minZoomLevel
Type: System.Int32
- maxZoomLevel
Type: System.Int32
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.