예제 #1
0
 private async Task GetResult(EbGeoLocation geoLocation)
 {
     Cordinates = geoLocation;
     mapView.SetLocation(Cordinates.Latitude, Cordinates.Longitude);
     await App.Navigation.PopModalByRenderer(true);
 }