<esri:Map x:Name="MyMap" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="MyLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /> <esri:GraphicsLayer ID="MyGraphicsLayer" MouseLeftButtonDown="GraphicsLayer_MouseLeftButtonDown"> </esri:GraphicsLayer> </esri:Map.Layers> </esri:Map> <esri:Map x:Name="MyMap" > <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="MyLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /> <esri:GraphicsLayer ID="MyGraphicsLayer" MouseLeftButtonDown="GraphicsLayer_MouseLeftButtonDown"> </esri:GraphicsLayer> </esri:Map.Layers> </esri:Map>
<esri:Map x:Name="MyMap" Loaded="MyMap_Loaded"> <esri:Map.Layers> <esri:ArcGISTiledMapServiceLayer ID="MyLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /> <esri:GraphicsLayer ID="layNeigh" x:Name="layNeigh" MouseLeftButtonUp="LayNeighMouseLeftButtonUp" /> <esri:GraphicsLayer ID="MyGraphics" MouseLeftButtonDown="LayHistoricMouseLeftButtonUp" > <esri:Graphic Symbol="{StaticResource SelectMarkerSymbol}" > <esri:MapPoint X="-140.9" Y="63.391" /> </esri:Graphic> </esri:GraphicsLayer> </esri:Map.Layers> </esri:Map>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.