Skip to content

Commit

Permalink
feat: add SwiftUI for Maps SDK samples (#225)
Browse files Browse the repository at this point in the history
Demonstrate SwiftUI wrapper around GMSMapView and GMSMapViewDelegate classes from Maps SDK for iOS
  • Loading branch information
waynewbishop authored Dec 18, 2024
1 parent 2312fd3 commit aef8f9a
Show file tree
Hide file tree
Showing 24 changed files with 1,408 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
build/
DerivedData/

# Swift Package Manager
.build/
Package.resolved
.swiftpm/
.netrc

# Config files with sensitive data
*.xcconfig

## Various settings
*.pbxuser
!default.pbxuser
Expand Down
Loading

0 comments on commit aef8f9a

Please sign in to comment.