You are on page 1of 1

<UserControl x:Class="SilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:esri="http://schemas.esri.

com/arcgis/client/2009"> <Grid x:Name="LayoutRoot" Background="White"> <esri:Map x:Name="MyMap" Extent="-120, 20, -100, 40" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://peke-vaio/ArcGIS/rest/services/MAPZ/primerMapa/MapServer" /> </esri:Map.Layers> </esri:Map> </Grid> </UserControl>

You might also like