ArcGIS API for Windows Phone - Library Reference
Url Property
See Also  Example Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISTiledMapServiceLayer Class : Url Property

Gets or sets the URL to a tiled ArcGIS REST map service.

Syntax

Visual Basic (Declaration) 
Public Property Url As String
C# 
public string Url {get; set;}

Remarks

The URL defines the REST endpoint to an ArcGIS Server cached (tiled) map service. Use the Services Directory application available with REST services on any ArcGIS Server site to discover the URL.

Example

XAMLCopy Code
<esri:ArcGISTiledMapServiceLayer 
       Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer" />

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.