This app is not being maintained and thus may not be compatible with recent versions of SwiftUI. This app is intended to serve as an example of how to parse Google Places API data into data that is compatible with Apple Maps in order to place markers programatically.
SwiftUI app that uses the Google Places API to find Cafes near you
This app is built fully in SwiftUI
It also has full user authentication including signing up, signing in, signing out and deleting accounts through the use of Firebase Authentication
The MapView is styled using Google Maps Tile Overlay which I adapted for SwiftUI
This app also shows the use of Environment Objects