-
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: standalone classic mapview #181
Conversation
4f09124
to
370579c
Compare
154654e
to
d39c342
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.
There is still quite a lot navigation related comments and methods in new maps controller and view.
Also view wrapper should be used on native code to detect the maps size on inialization properly.
Updated comments, dart doc and variables regarding new map view on flutter side. |
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.
Found some areas to fix.
It would be important to add integration tests for both map types in areas where both implement same features, as native implmentaton might have bugs (as in Android getNavigationView method is used for map view methods)
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsViewMessageHandler.kt
Outdated
Show resolved
Hide resolved
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsViewMessageHandler.kt
Outdated
Show resolved
Hide resolved
a76b559
to
c59c051
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.
Final review comments.
Looks good after these comments are addressed
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsNavigationPlugin.kt
Outdated
Show resolved
Hide resolved
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsViewMessageHandler.kt
Outdated
Show resolved
Hide resolved
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsNavigationView.kt
Outdated
Show resolved
Hide resolved
android/src/main/kotlin/com/google/maps/flutter/navigation/GoogleMapsViewRegistry.kt
Show resolved
Hide resolved
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
Can be merged after tests pass with improved test structure
ab75ec0
to
d2fb731
Compare
Implement separate regular Google Map View that can be used without navigation.