-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: add map padding #232
base: main
Are you sure you want to change the base?
Conversation
ee3d20b
to
6f64ae3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use flutter's EdgeInsets class instead of new MapPadding class
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapView.kt
Show resolved
Hide resolved
ios/google_navigation_flutter/Sources/google_navigation_flutter/MapConfiguration.swift
Outdated
Show resolved
Hide resolved
394b6d9
to
06c54b0
Compare
06c54b0
to
deafcbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's implement getPadding behaviour to support integration tests
This PR adds map padding support to both regular map view as well as Android auto/Carplay map views.