Exemple #1
0
 private void ARMapView_OnLocationTouchDown(ARMapView sender, ARFinity.LocationsVM.Location location)
 {
 }
Exemple #2
0
 private void ARMapView_OnLocationTouchUp(ARMapView sender, ARFinity.LocationsVM.Location location)
 {
     MessageBox.Show(string.IsNullOrEmpty(location.Address) ? "" : location.Address,
                     string.IsNullOrEmpty(location.Name) ? "" : location.Name,
                     MessageBoxButton.OK);
 }