Dear Gurus!
Excuse for question, but I can't understand why don't work this block:
myMap.PanTo(selectedPoint);
myMap.ZoomToResolution(140, selectedPoint);
when in xaml :
<esri:Map x:Name="myMap" Extent="3200000,8550000,4250000,10100000">
<esri:OpenStreetMapLayer ID="OSMLayer" Style="Mapnik" />
<esri:ArcGISDynamicMapServiceLayer ID="RK"
Url="http://localhost:6080/ArcGIS/rest/services/karelia/MapServer" />
<esri:FeatureLayer ID="routes_osm"
Url="http://localhost:6080/ArcGIS/rest/services/karelia/MapServer/1" >
</esri:FeatureLayer>
</esri:Map
>
PanTo - works just as expected, and after the addition of the second line- the result is not clear
Thanks in advance!