Skip to content

Commit

Permalink
remove current location icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryakantRapido committed Oct 30, 2024
1 parent f7e5ed6 commit b2f8510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct ContentView: View {

var body: some View {
ZStack {
Map(initialPosition: .userLocation(fallback: .automatic)) {
Map {
Annotation("", coordinate: viewModel.currentCoordinate) {
Image(.car)
.rotationEffect(.degrees(viewModel.angleInDegrees()))
Expand Down

0 comments on commit b2f8510

Please sign in to comment.