Esempio n. 1
0
 void client_ConvertLonLatPtToNearestPlaceCompleted(object sender, myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e)
 {
     //Area = String.Format("当前位置\n{0}", e.Result);
 }
Esempio n. 2
0
 void client_ConvertLonLatPtToNearestPlaceCompleted(object sender, myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e)
 {
     textBlock1.Text = e.Result;
     //throw new NotImplementedException();
 }
Esempio n. 3
0
 void client_ConvertLonLatPtToNearestPlaceCompleted(
     object sender, 
     myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e)
 {
     location = e.Result;
 }