<Grid x:Name="LayoutRoot" Background="White"> <esri:Map x:Name="MyMap" WrapAround="True" > <esri:ArcGISTiledMapServiceLayer Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" /> <esri:FeatureLayer ID="SF311" Url="http://servicesbeta2.esri.com/arcgis/rest/services/SF311/FeatureServer/0" MinimumResolution="3.5895263819922" MaximumResolution="117.2893181475264" Mode="OnDemand" DisableClientCaching="True"/> </esri:Map> <TextBlock Text="{Binding ElementName=MyMap, Path=Resolution}" VerticalAlignment="Top" HorizontalAlignment="Center"/> </Grid>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.