Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding toString() to GeoPoint #48

Merged
merged 3 commits into from
Oct 30, 2017
Merged

Conversation

schmidt-sebastian
Copy link
Contributor

Before console.log('' + geoPoint) would print: GeoPoint { _latitude: 11, _longitude: 12 }
Now it prints: GeoPoint { latitude: 11, longitude: 12 }

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 30, 2017
@codecov
Copy link

codecov bot commented Oct 30, 2017

Codecov Report

Merging #48 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #48   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines        1470   1471    +1     
=====================================
+ Hits         1470   1471    +1
Impacted Files Coverage Δ
src/document.js 100% <100%> (ø) ⬆️

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 d85f33e...272d5a3. Read the comment docs.

@schmidt-sebastian schmidt-sebastian merged commit badcaae into master Oct 30, 2017
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt-tostring branch January 30, 2018 16:38
# for free to join this conversation on GitHub. Already have an account? # 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