We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813dfa9 commit e89a75aCopy full SHA for e89a75a
ios-location-search/ios-location-search/ContentView.swift
@@ -26,7 +26,7 @@ struct ContentView: View {
26
// Map takes full screen as the base layer
27
MapReader { proxy in
28
Map(viewport: $viewport) {
29
- // Conditionally add a marker annotation when a location is selected
+ // Add a marker annotation when a location is selected
30
if let result = selectedResult, let coordinate = result.coordinate {
31
PointAnnotation(coordinate: CLLocationCoordinate2D(
32
latitude: coordinate.latitude,
0 commit comments