Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMSMapView SwiftUI Implementation #225

Merged
merged 19 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a034b27
Starting new GoogleMaps-SwiftUI samples
waynewbishop Nov 6, 2024
0d567d8
Added new samples for markers, containers, map types and delegation
waynewbishop Nov 8, 2024
ddcb00c
Starting work on samples presentation dialog
waynewbishop Nov 8, 2024
a1769ff
Adjustments to the dialog presentation model
waynewbishop Nov 9, 2024
ab4148e
Implemented new MapWithStreetView
waynewbishop Nov 9, 2024
038809e
feat: Continued work on SwiftUI samples
waynewbishop Nov 18, 2024
056b116
feat: Added support for -mapView:didTapMarker
waynewbishop Nov 19, 2024
9478dac
fix: General fix
waynewbishop Nov 19, 2024
52a5c62
feat: added support for delegate chaining
waynewbishop Nov 20, 2024
ab19ce4
Merge branch 'googlemaps-samples:main' into main
waynewbishop Nov 20, 2024
c5d363f
Merge branch 'googlemaps-samples:main' into main
waynewbishop Dec 1, 2024
1951ed8
feat: Enhanced delegate sample with multiple callbacks
waynewbishop Dec 1, 2024
7655772
fix: Updates to support changes to GMSMapViewOptions during view cycle
waynewbishop Dec 7, 2024
93cb73a
refactor: Separation of model initialization properties from runtime …
waynewbishop Dec 8, 2024
9e74292
feat: updates on GoogleMapView lifecycle revisions
waynewbishop Dec 9, 2024
5a711de
refactor: naming changes and general updates
waynewbishop Dec 9, 2024
2b7ac55
feat: Added new sample for mapID’s. Readme.md updates
waynewbishop Dec 11, 2024
d809e72
refactor: update to mapMarkers viewModifier
waynewbishop Dec 13, 2024
e845e50
fix: reset markers at updateUIView
waynewbishop Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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