Skip to content

feat: Add support of Maps Static API - #344

Merged
jpoehnelt merged 5 commits into
googlemaps:masterfrom
romavlasov:master
Feb 12, 2020
Merged

feat: Add support of Maps Static API#344
jpoehnelt merged 5 commits into
googlemaps:masterfrom
romavlasov:master

Conversation

@romavlasov

Copy link
Copy Markdown
Contributor

issue: #343

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2020
@romavlasov romavlasov changed the title Add support of Maps Static API feat: Add support of Maps Static API Feb 10, 2020
@codecov

codecov Bot commented Feb 10, 2020

Copy link
Copy Markdown

Codecov Report

Merging #344 into master will increase coverage by 0.88%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
+ Coverage   88.43%   89.32%   +0.88%     
==========================================
  Files          12       13       +1     
  Lines         640      721      +81     
==========================================
+ Hits          566      644      +78     
- Misses         74       77       +3     
Impacted Files Coverage Δ
googlemaps/maps.py 95.45% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 553e861...171848e. Read the comment docs.

@romavlasov
romavlasov requested a review from jpoehnelt February 10, 2020 16:47

@jpoehnelt jpoehnelt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thinking out load here... It seems the marker and path arguments are not very user friendly. How about making them a little more defined? Looks good otherwise.

class StaticMapMarker:
    def __init__(lcoations, size="small", color="blue", label="S"):
        pass
    def __str__():
        pass

@romavlasov

Copy link
Copy Markdown
Contributor Author

Agree with you. Now it looks better.

@jpoehnelt jpoehnelt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks much better now. See other comments.

Comment thread googlemaps/maps.py Outdated
Comment thread googlemaps/maps.py Outdated
@romavlasov
romavlasov requested a review from jpoehnelt February 12, 2020 07:44
@jpoehnelt
jpoehnelt merged commit 0675432 into googlemaps:master Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants