Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[google_maps_flutter] supports v2 android embedding. #2488

Merged
merged 4 commits into from
Jan 30, 2020

Conversation

cyanglaz
Copy link
Contributor

@cyanglaz cyanglaz commented Jan 29, 2020

flutter/flutter#41837

Modified some e2e tests as they were actually failing prior to this PR:

  1. The android getMaxZoomLevel API in google map since unstable, updated the updateMinMaxZoomLevels test to use a different approach: set min-max preference and try to zoom to see if the camera can zoom beyond the boundary.

  2. Disabled all the location based tests. On Android, location apis are not accessible until granting permission. I am not sure if we have a way to grand permission on CI. /cc @collinjackson @amirh

  3. Updated testSetMapStyle invalid JSSON String to only check if it is failing rather than a specific error message. The error message returned from iOS and Android are different.

@cyanglaz cyanglaz marked this pull request as ready for review January 30, 2020 01:47
@cyanglaz cyanglaz changed the title [WIP]Google maps supports v2 android embedding. [google_maps_flutter] supports v2 android embedding. Jan 30, 2020
@cyanglaz cyanglaz requested a review from amirh January 30, 2020 01:50
Copy link
Contributor

@collinjackson collinjackson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should only skip the failing tests on Android? LGTM otherwise.

@cyanglaz
Copy link
Contributor Author

Maybe we should only skip the failing tests on Android? LGTM otherwise.

Yes! Will update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants