Skip to content

Commit e89a75a

Browse files
Update ios-location-search/ios-location-search/ContentView.swift
Co-authored-by: emilygamedeveloper <[email protected]>
1 parent 813dfa9 commit e89a75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios-location-search/ios-location-search/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct ContentView: View {
2626
// Map takes full screen as the base layer
2727
MapReader { proxy in
2828
Map(viewport: $viewport) {
29-
// Conditionally add a marker annotation when a location is selected
29+
// Add a marker annotation when a location is selected
3030
if let result = selectedResult, let coordinate = result.coordinate {
3131
PointAnnotation(coordinate: CLLocationCoordinate2D(
3232
latitude: coordinate.latitude,

0 commit comments

Comments
 (0)