protected override void OnAppearing() { try { mapInitializer.Initialize(ref CounselMap, counselRequest.Latitude, counselRequest.Longitude, 0.3f); } catch (Exception ex) { exceptionHandler.HandleException(this, ex); } }
protected override void OnAppearing() { try { CounselDto counsel = counselSignupViewModel.Counsel; mapInitializer.Initialize(ref CounselMap, counsel.Latitude, counsel.Longitude, 0.3f); } catch (Exception ex) { exceptionHandler.HandleException(this, ex); } }