Skip to content

Commit

Permalink
[Fix] Runnect#99 - CourseDrawingVC 검색 결과 Label 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Jan 12, 2023
1 parent f11a16d commit b4be3ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ extension CourseDrawingVC {
func setData(model: DepartureLocationModel) {
self.departureLocationModel = model

self.naviBar.setTextFieldText(text: model.departureName)
self.mapView.makeStartMarker(at: model.toNMGLatLng(), withCameraMove: true)
self.departureLocationLabel.text = model.departureName
self.departureDetailLocationLabel.text = model.departureAddress
Expand Down

0 comments on commit b4be3ed

Please sign in to comment.