コード例 #1
0
 public async void GetSpotByLatitude(double lat)
 {
     TappedPlace = await shredderService.GetPlaceByLatitude(lat);
 }