Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Conversation

HelenGuov
Copy link
Contributor

I am submit a PR for this issue #19

Regards,
Helen

cameraPosition = new CameraPosition(Locations.portland, 2.0);
staticMapUri = staticMapProvider.getStaticUriWithMarkers(_markers,
maptype: StaticMapViewType.satellite, center: new Location(45.523970, -122.663081));
//staticMapUri = staticMapProvider.getStaticUri(Locations.portland, 12,
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer to leave this line uncommented and remove the line you added for testing the "center" attribute.

static const int defaultZoomLevel = 4;
static const int defaultWidth = 600;
static const int defaultHeight = 400;
static const StaticMapViewType defaultMaptype =StaticMapViewType.roadmap;
Copy link
Member

Choose a reason for hiding this comment

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

The formatting in this file looks off. Make sure to run dartfmt on it.

@HelenGuov
Copy link
Contributor Author

@matthewtsmith I have made the changes that you requested.

@HelenGuov
Copy link
Contributor Author

Hey @matthewtsmith , is any other changes that need to be done for this PR?

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

Successfully merging this pull request may close these issues.

2 participants